Html Css Color HEX #766D3A Himalaya

📋 copy color: '#766D3A'

red 118 ◦ green 109 ◦ blue 58

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

Shades of Himalaya #766D3A

Tints of Himalaya #766D3A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.25%

 BLUE value IS 58 (23.05% from 255) = 20.35%

R = 41.4%
G = 38.25%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#766D3A (or 0x766D3A) is known color: Himalaya. HEX triplet: 76, 6D and 3A. RGB value is (118,109,58). Sum of RGB (Red+Green+Blue) = 118+109+58=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #766D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D3A is #8992C5. Grayscale: #6A6A6A. Windows color (decimal): -9016006 or 3829110. OLE color: 3829110.

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

Color convert

RGB 118 109 58 -
CMYK 0 0.08 0.51 0.54
HSL 51º 0.34% 0.35% -
HSV(B) 51º 0.51% 0.46% -
XYZ 13.7 15.09 6.19 -
YUV 105.88 100.98 136.65 -
System Red Green Blue C M Y K H S L
Decimal 118 109 58 0 0.08 0.51 0.54 51 0.34 0.35
Hex 76 6D 3A 0 8 33 36 33 22 23
Octal 166 155 72 0 10 63 66 63 42 43
Binary 1110110 1101101 111010 0 1000 110011 110110 110011 100010 100011

Color Harmonies of #766D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D3A

Black with #766D3A

Text Example


Text Example

White with #766D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,109,58); }

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

background-color css

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

 a { background-color: rgb(118,109,58); }

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

border-color css

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

 span { border-color: rgb(118,109,58); }

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