Html Css Color HEX #766030 Himalaya

📋 copy color: '#766030'

red 118 ◦ green 96 ◦ blue 48

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

Shades of Himalaya #766030

Tints of Himalaya #766030

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.64%

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

R = 45.04%
G = 36.64%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#766030 (or 0x766030) is known color: Himalaya. HEX triplet: 76, 60 and 30. RGB value is (118,96,48). Sum of RGB (Red+Green+Blue) = 118+96+48=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #766030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766030 is #899FCF. Grayscale: #616161. Windows color (decimal): -9019344 or 3170422. OLE color: 3170422.

HSL color Cylindrical-coordinate representation of color #766030: hue angle of 41.14º 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 #766030 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 96 48 -
CMYK 0 0.19 0.59 0.54
HSL 41.14º 0.42% 0.33% -
HSV(B) 41.14º 0.59% 0.46% -
XYZ 12.19 12.43 4.55 -
YUV 97.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 118 96 48 0 0.19 0.59 0.54 41.14 0.42 0.33
Hex 76 60 30 0 13 3B 36 29 2A 21
Octal 166 140 60 0 23 73 66 51 52 41
Binary 1110110 1100000 110000 0 10011 111011 110110 101001 101010 100001

Color Harmonies of #766030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766030

Black with #766030

Text Example


Text Example

White with #766030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766030; }

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

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

background-color css

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

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

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

border-color css

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

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

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