Html Css Color HEX #766A2E Himalaya

📋 copy color: '#766A2E'

red 118 ◦ green 106 ◦ blue 46

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

Shades of Himalaya #766A2E

Tints of Himalaya #766A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.04%

R = 43.7%
G = 39.26%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#766A2E (or 0x766A2E) is known color: Himalaya. HEX triplet: 76, 6A and 2E. RGB value is (118,106,46). Sum of RGB (Red+Green+Blue) = 118+106+46=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #766A2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A2E is #8995D1. Grayscale: #676767. Windows color (decimal): -9016786 or 3041910. OLE color: 3041910.

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

Color convert

RGB 118 106 46 -
CMYK 0 0.10 0.61 0.54
HSL 50º 0.44% 0.32% -
HSV(B) 50º 0.61% 0.46% -
XYZ 13.12 14.36 4.66 -
YUV 102.75 95.98 138.88 -
System Red Green Blue C M Y K H S L
Decimal 118 106 46 0 0.10 0.61 0.54 50 0.44 0.32
Hex 76 6A 2E 0 A 3D 36 32 2C 20
Octal 166 152 56 0 12 75 66 62 54 40
Binary 1110110 1101010 101110 0 1010 111101 110110 110010 101100 100000

Color Harmonies of #766A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A2E

Black with #766A2E

Text Example


Text Example

White with #766A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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