Html Css Color HEX #766A2F Himalaya

📋 copy color: '#766A2F'

red 118 ◦ green 106 ◦ blue 47

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

Shades of Himalaya #766A2F

Tints of Himalaya #766A2F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.11%

 BLUE value IS 47 (18.75% from 255) = 17.34%

R = 43.54%
G = 39.11%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#766A2F (or 0x766A2F) is known color: Himalaya. HEX triplet: 76, 6A and 2F. RGB value is (118,106,47). Sum of RGB (Red+Green+Blue) = 118+106+47=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #766A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A2F is #8995D0. Grayscale: #676767. Windows color (decimal): -9016785 or 3107446. OLE color: 3107446.

HSL color Cylindrical-coordinate representation of color #766A2F: hue angle of 49.86º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #766A2F is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 106 47 -
CMYK 0 0.10 0.60 0.54
HSL 49.86º 0.43% 0.32% -
HSV(B) 49.86º 0.6% 0.46% -
XYZ 13.14 14.36 4.77 -
YUV 102.86 96.48 138.8 -
System Red Green Blue C M Y K H S L
Decimal 118 106 47 0 0.10 0.60 0.54 49.86 0.43 0.32
Hex 76 6A 2F 0 A 3C 36 32 2B 20
Octal 166 152 57 0 12 74 66 62 53 40
Binary 1110110 1101010 101111 0 1010 111100 110110 110010 101011 100000

Color Harmonies of #766A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A2F

Black with #766A2F

Text Example


Text Example

White with #766A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,106,47); }

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

background-color css

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

 a { background-color: rgb(118,106,47); }

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

border-color css

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

 span { border-color: rgb(118,106,47); }

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