Html Css Color HEX #766B35 Himalaya

📋 copy color: '#766B35'

red 118 ◦ green 107 ◦ blue 53

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

Shades of Himalaya #766B35

Tints of Himalaya #766B35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.06%

R = 42.45%
G = 38.49%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#766B35 (or 0x766B35) is known color: Himalaya. HEX triplet: 76, 6B and 35. RGB value is (118,107,53). Sum of RGB (Red+Green+Blue) = 118+107+53=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #766B35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B35 is #8994CA. Grayscale: #686868. Windows color (decimal): -9016523 or 3500918. OLE color: 3500918.

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

Color convert

RGB 118 107 53 -
CMYK 0 0.09 0.55 0.54
HSL 49.85º 0.38% 0.34% -
HSV(B) 49.85º 0.55% 0.46% -
XYZ 13.37 14.62 5.49 -
YUV 104.13 99.14 137.89 -
System Red Green Blue C M Y K H S L
Decimal 118 107 53 0 0.09 0.55 0.54 49.85 0.38 0.34
Hex 76 6B 35 0 9 37 36 32 26 22
Octal 166 153 65 0 11 67 66 62 46 42
Binary 1110110 1101011 110101 0 1001 110111 110110 110010 100110 100010

Color Harmonies of #766B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B35

Black with #766B35

Text Example


Text Example

White with #766B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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