Html Css Color HEX #767536 Crete

📋 copy color: '#767536'

red 118 ◦ green 117 ◦ blue 54

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

Shades of Crete #767536

Tints of Crete #767536

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.48%

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

R = 40.83%
G = 40.48%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#767536 (or 0x767536) is known color: Crete. HEX triplet: 76, 75 and 36. RGB value is (118,117,54). Sum of RGB (Red+Green+Blue) = 118+117+54=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #767536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767536 is #898AC9. Grayscale: #6E6E6E. Windows color (decimal): -9013962 or 3569014. OLE color: 3569014.

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

Color convert

RGB 118 117 54 -
CMYK 0 0.01 0.54 0.54
HSL 59.06º 0.37% 0.34% -
HSV(B) 59.06º 0.54% 0.46% -
XYZ 14.5 16.84 5.98 -
YUV 110.12 96.33 133.62 -
System Red Green Blue C M Y K H S L
Decimal 118 117 54 0 0.01 0.54 0.54 59.06 0.37 0.34
Hex 76 75 36 0 1 36 36 3B 25 22
Octal 166 165 66 0 1 66 66 73 45 42
Binary 1110110 1110101 110110 0 1 110110 110110 111011 100101 100010

Color Harmonies of #767536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767536

Black with #767536

Text Example


Text Example

White with #767536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767536; }

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

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

background-color css

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

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

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

border-color css

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

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

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