Html Css Color HEX #767537 Crete

📋 copy color: '#767537'

red 118 ◦ green 117 ◦ blue 55

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

Shades of Crete #767537

Tints of Crete #767537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.97%

R = 40.69%
G = 40.34%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#767537 (or 0x767537) is known color: Crete. HEX triplet: 76, 75 and 37. RGB value is (118,117,55). Sum of RGB (Red+Green+Blue) = 118+117+55=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #767537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767537 is #898AC8. Grayscale: #6E6E6E. Windows color (decimal): -9013961 or 3634550. OLE color: 3634550.

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

Color convert

RGB 118 117 55 -
CMYK 0 0.01 0.53 0.54
HSL 59.05º 0.36% 0.34% -
HSV(B) 59.05º 0.53% 0.46% -
XYZ 14.52 16.85 6.1 -
YUV 110.23 96.83 133.54 -
System Red Green Blue C M Y K H S L
Decimal 118 117 55 0 0.01 0.53 0.54 59.05 0.36 0.34
Hex 76 75 37 0 1 35 36 3B 24 22
Octal 166 165 67 0 1 65 66 73 44 42
Binary 1110110 1110101 110111 0 1 110101 110110 111011 100100 100010

Color Harmonies of #767537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767537

Black with #767537

Text Example


Text Example

White with #767537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767537; }

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

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

background-color css

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

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

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

border-color css

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

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

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