Html Css Color HEX #766130 Himalaya

📋 copy color: '#766130'

red 118 ◦ green 97 ◦ blue 48

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

Shades of Himalaya #766130

Tints of Himalaya #766130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.88%

 BLUE value IS 48 (19.14% from 255) = 18.25%

R = 44.87%
G = 36.88%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#766130 (or 0x766130) is known color: Himalaya. HEX triplet: 76, 61 and 30. RGB value is (118,97,48). Sum of RGB (Red+Green+Blue) = 118+97+48=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #766130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766130 is #899ECF. Grayscale: #616161. Windows color (decimal): -9019088 or 3170678. OLE color: 3170678.

HSL color Cylindrical-coordinate representation of color #766130: hue angle of 42º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #766130 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 48 -
CMYK 0 0.18 0.59 0.54
HSL 42º 0.42% 0.33% -
HSV(B) 42º 0.59% 0.46% -
XYZ 12.28 12.61 4.58 -
YUV 97.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 118 97 48 0 0.18 0.59 0.54 42 0.42 0.33
Hex 76 61 30 0 12 3B 36 2A 2A 21
Octal 166 141 60 0 22 73 66 52 52 41
Binary 1110110 1100001 110000 0 10010 111011 110110 101010 101010 100001

Color Harmonies of #766130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766130

Black with #766130

Text Example


Text Example

White with #766130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766130; }

 p { color: rgb(118,97,48); }

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

background-color css

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

 a { background-color: rgb(118,97,48); }

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

border-color css

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

 span { border-color: rgb(118,97,48); }

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