Html Css Color HEX #747532 Crete

📋 copy color: '#747532'

red 116 ◦ green 117 ◦ blue 50

#747532
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crete #747532

Tints of Crete #747532

RGB

 RED value IS 116 (45.7% from 255) = 40.99%

 GREEN value IS 117 (46.09% from 255) = 41.34%

 BLUE value IS 50 (19.92% from 255) = 17.67%

R = 40.99%
G = 41.34%
B = 17.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#747532 (or 0x747532) is known color: Crete. HEX triplet: 74, 75 and 32. RGB value is (116,117,50). Sum of RGB (Red+Green+Blue) = 116+117+50=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 117 - color contains mainly: green. Hex color #747532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747532 is #8B8ACD. Grayscale: #6D6D6D. Windows color (decimal): -9145038 or 3306868. OLE color: 3306868.

HSL color Cylindrical-coordinate representation of color #747532: hue angle of 60.9º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #747532 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 117 50 -
CMYK 0.01 0 0.57 0.54
HSL 60.9º 0.4% 0.33% -
HSV(B) 60.9º 0.57% 0.46% -
XYZ 14.14 16.67 5.49 -
YUV 109.06 94.67 132.95 -
System Red Green Blue C M Y K H S L
Decimal 116 117 50 0.01 0 0.57 0.54 60.9 0.4 0.33
Hex 74 75 32 1 0 39 36 3D 28 21
Octal 164 165 62 1 0 71 66 75 50 41
Binary 1110100 1110101 110010 1 0 111001 110110 111101 101000 100001

Color Harmonies of #747532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747532

Black with #747532

Text Example


Text Example

White with #747532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747532; }

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

 H1.HeaderClassName
 {
   color: #747532;
 }
 .AnyTagClassName
 {
   color: #747532;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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