Html Css Color HEX #767036 Crete

📋 copy color: '#767036'

red 118 ◦ green 112 ◦ blue 54

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

Shades of Crete #767036

Tints of Crete #767036

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.44%

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

R = 41.55%
G = 39.44%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#767036 (or 0x767036) is known color: Crete. HEX triplet: 76, 70 and 36. RGB value is (118,112,54). Sum of RGB (Red+Green+Blue) = 118+112+54=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #767036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767036 is #898FC9. Grayscale: #6B6B6B. Windows color (decimal): -9015242 or 3567734. OLE color: 3567734.

HSL color Cylindrical-coordinate representation of color #767036: hue angle of 54.38º 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 #767036 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 112 54 -
CMYK 0 0.05 0.54 0.54
HSL 54.38º 0.37% 0.34% -
HSV(B) 54.38º 0.54% 0.46% -
XYZ 13.93 15.71 5.79 -
YUV 107.18 97.99 135.72 -
System Red Green Blue C M Y K H S L
Decimal 118 112 54 0 0.05 0.54 0.54 54.38 0.37 0.34
Hex 76 70 36 0 5 36 36 36 25 22
Octal 166 160 66 0 5 66 66 66 45 42
Binary 1110110 1110000 110110 0 101 110110 110110 110110 100101 100010

Color Harmonies of #767036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767036

Black with #767036

Text Example


Text Example

White with #767036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767036; }

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

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

background-color css

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

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

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

border-color css

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

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

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