Html Css Color HEX #747332 Crete

📋 copy color: '#747332'

red 116 ◦ green 115 ◦ blue 50

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

Shades of Crete #747332

Tints of Crete #747332

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.93%

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

R = 41.28%
G = 40.93%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#747332 (or 0x747332) is known color: Crete. HEX triplet: 74, 73 and 32. RGB value is (116,115,50). Sum of RGB (Red+Green+Blue) = 116+115+50=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #747332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747332 is #8B8CCD. Grayscale: #6C6C6C. Windows color (decimal): -9145550 or 3306356. OLE color: 3306356.

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

Color convert

RGB 116 115 50 -
CMYK 0 0.01 0.57 0.55
HSL 59.09º 0.4% 0.33% -
HSV(B) 59.09º 0.57% 0.45% -
XYZ 13.91 16.2 5.41 -
YUV 107.89 95.33 133.79 -
System Red Green Blue C M Y K H S L
Decimal 116 115 50 0 0.01 0.57 0.55 59.09 0.4 0.33
Hex 74 73 32 0 1 39 37 3B 28 21
Octal 164 163 62 0 1 71 67 73 50 41
Binary 1110100 1110011 110010 0 1 111001 110111 111011 101000 100001

Color Harmonies of #747332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747332

Black with #747332

Text Example


Text Example

White with #747332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747332; }

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

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

background-color css

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

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

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

border-color css

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

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

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