Html Css Color HEX #767332 Crete

📋 copy color: '#767332'

red 118 ◦ green 115 ◦ blue 50

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

Shades of Crete #767332

Tints of Crete #767332

RGB

 RED value IS 118 (46.48% from 255) = 41.7%

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

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

R = 41.7%
G = 40.64%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#767332 (or 0x767332) is known color: Crete. HEX triplet: 76, 73 and 32. RGB value is (118,115,50). Sum of RGB (Red+Green+Blue) = 118+115+50=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #767332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767332 is #898CCD. Grayscale: #6C6C6C. Windows color (decimal): -9014478 or 3306358. OLE color: 3306358.

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

Color convert

RGB 118 115 50 -
CMYK 0 0.03 0.58 0.54
HSL 57.35º 0.4% 0.33% -
HSV(B) 57.35º 0.58% 0.46% -
XYZ 14.18 16.34 5.42 -
YUV 108.49 94.99 134.79 -
System Red Green Blue C M Y K H S L
Decimal 118 115 50 0 0.03 0.58 0.54 57.35 0.4 0.33
Hex 76 73 32 0 3 3A 36 39 28 21
Octal 166 163 62 0 3 72 66 71 50 41
Binary 1110110 1110011 110010 0 11 111010 110110 111001 101000 100001

Color Harmonies of #767332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767332

Black with #767332

Text Example


Text Example

White with #767332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767332; }

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

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

background-color css

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

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

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

border-color css

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

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

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