Html Css Color HEX #766B37 Himalaya

📋 copy color: '#766B37'

red 118 ◦ green 107 ◦ blue 55

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

Shades of Himalaya #766B37

Tints of Himalaya #766B37

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.21%

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

R = 42.14%
G = 38.21%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#766B37 (or 0x766B37) is known color: Himalaya. HEX triplet: 76, 6B and 37. RGB value is (118,107,55). Sum of RGB (Red+Green+Blue) = 118+107+55=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #766B37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B37 is #8994C8. Grayscale: #686868. Windows color (decimal): -9016521 or 3631990. OLE color: 3631990.

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

Color convert

RGB 118 107 55 -
CMYK 0 0.09 0.53 0.54
HSL 49.52º 0.36% 0.34% -
HSV(B) 49.52º 0.53% 0.46% -
XYZ 13.42 14.64 5.73 -
YUV 104.36 100.14 137.73 -
System Red Green Blue C M Y K H S L
Decimal 118 107 55 0 0.09 0.53 0.54 49.52 0.36 0.34
Hex 76 6B 37 0 9 35 36 32 24 22
Octal 166 153 67 0 11 65 66 62 44 42
Binary 1110110 1101011 110111 0 1001 110101 110110 110010 100100 100010

Color Harmonies of #766B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B37

Black with #766B37

Text Example


Text Example

White with #766B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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