Html Css Color HEX #747732 Crete

📋 copy color: '#747732'

red 116 ◦ green 119 ◦ blue 50

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

Shades of Crete #747732

Tints of Crete #747732

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.75%

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

R = 40.7%
G = 41.75%
B = 17.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#747732 (or 0x747732) is known color: 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

RGB 116 119 50 -
CMYK 0.03 0 0.58 0.53
HSL 62.61º 0.41% 0.33% -
HSV(B) 62.61º 0.58% 0.47% -
XYZ 14.38 17.14 5.57 -
YUV 110.24 94.01 132.11 -
System Red Green Blue C M Y K H S L
Decimal 116 119 50 0.03 0 0.58 0.53 62.61 0.41 0.33
Hex 74 77 32 3 0 3A 35 3F 29 21
Octal 164 167 62 3 0 72 65 77 51 41
Binary 1110100 1110111 110010 11 0 111010 110101 111111 101001 100001

Color Harmonies of #747732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747732

Black with #747732

Text Example


Text Example

White with #747732

Text Example


Text Example

HTML Codes & Css Web 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>