Html Css Color HEX #766B34 Himalaya

📋 copy color: '#766B34'

red 118 ◦ green 107 ◦ blue 52

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

Shades of Himalaya #766B34

Tints of Himalaya #766B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.77%

R = 42.6%
G = 38.63%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#766B34 (or 0x766B34) is known color: Himalaya. HEX triplet: 76, 6B and 34. RGB value is (118,107,52). Sum of RGB (Red+Green+Blue) = 118+107+52=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #766B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B34 is #8994CB. Grayscale: #686868. Windows color (decimal): -9016524 or 3435382. OLE color: 3435382.

HSL color Cylindrical-coordinate representation of color #766B34: hue angle of 50º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #766B34 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 107 52 -
CMYK 0 0.09 0.56 0.54
HSL 50º 0.39% 0.33% -
HSV(B) 50º 0.56% 0.46% -
XYZ 13.35 14.61 5.37 -
YUV 104.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 118 107 52 0 0.09 0.56 0.54 50 0.39 0.33
Hex 76 6B 34 0 9 38 36 32 27 21
Octal 166 153 64 0 11 70 66 62 47 41
Binary 1110110 1101011 110100 0 1001 111000 110110 110010 100111 100001

Color Harmonies of #766B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B34

Black with #766B34

Text Example


Text Example

White with #766B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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