Html Css Color HEX #767236 Crete

📋 copy color: '#767236'

red 118 ◦ green 114 ◦ blue 54

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

Shades of Crete #767236

Tints of Crete #767236

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.86%

 BLUE value IS 54 (21.48% from 255) = 18.88%

R = 41.26%
G = 39.86%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#767236 (or 0x767236) is known color: Crete. HEX triplet: 76, 72 and 36. RGB value is (118,114,54). Sum of RGB (Red+Green+Blue) = 118+114+54=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #767236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767236 is #898DC9. Grayscale: #6C6C6C. Windows color (decimal): -9014730 or 3568246. OLE color: 3568246.

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

Color convert

RGB 118 114 54 -
CMYK 0 0.03 0.54 0.54
HSL 56.25º 0.37% 0.34% -
HSV(B) 56.25º 0.54% 0.46% -
XYZ 14.15 16.15 5.86 -
YUV 108.36 97.33 134.88 -
System Red Green Blue C M Y K H S L
Decimal 118 114 54 0 0.03 0.54 0.54 56.25 0.37 0.34
Hex 76 72 36 0 3 36 36 38 25 22
Octal 166 162 66 0 3 66 66 70 45 42
Binary 1110110 1110010 110110 0 11 110110 110110 111000 100101 100010

Color Harmonies of #767236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767236

Black with #767236

Text Example


Text Example

White with #767236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767236; }

 p { color: rgb(118,114,54); }

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

background-color css

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

 a { background-color: rgb(118,114,54); }

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

border-color css

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

 span { border-color: rgb(118,114,54); }

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