#747732

Color #747732 Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #747732

Tints of Crete #747732

Color information

#747732 (or 0x747732) is unknown color: approx Crete. HEX triplet: 74, 77 and 32. RGB value is (116,119,50). Sum of RGB (Red+Green+Blue) = 116+119+50=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 119 - color contains mainly: green. Hex color #747732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747732 is #8B88CD. Grayscale: #6E6E6E. Windows color (decimal): -9144526 or 3307380. OLE color: 3307380.

HSL color Cylindrical-coordinate representation of color #747732: hue angle of 62.61º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #747732 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB11611950-
CMYK0.0300.580.53
HSL62.61º40.83%33.14%-
HSV(B)62.61º57.98%46.67%-
XYZ14.3817.145.57-
YUV110.2494.01132.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 40.70%
GREEN value IS 119 (46.88% from 255) = 41.75%
BLUE value IS 50 (19.92% from 255) = 17.54%
R=40.70%
G=41.75%
B=17.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116119500.0300.580.5362.6140.8333.14
Hex747732303A353f2921
Octal16416762307265775141
Binary11101001110111110010110111010110101111111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747732; }

 p { color: rgb(116,119,50); }

 H1.HeaderClassName
 {
   color: #747732;
 }
 .AnyTagClassName
 {
   color: #747732;
 }
</style>
background-color css

<style>
 a { background-color: #747732; }

 a { background-color: rgb(116,119,50); }

 div.DivClassName
 {
   background-color: #747732;
 }
 .BgClassName
 {
   background-color: #747732;
 }
</style>
border-color css

<style>
 span { border-color: #747732; }

 span { border-color: rgb(116,119,50); }

 td.TdClassName
 {
   border-color: #747732;
 }
 .TagClassName
 {
   border-color: #747732;
 }
</style>