Html Css Color HEX #76602F Himalaya

📋 copy color: '#76602F'

red 118 ◦ green 96 ◦ blue 47

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

Shades of Himalaya #76602F

Tints of Himalaya #76602F

RGB

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

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

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

R = 45.21%
G = 36.78%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76602F (or 0x76602F) is known color: Himalaya. HEX triplet: 76, 60 and 2F. RGB value is (118,96,47). Sum of RGB (Red+Green+Blue) = 118+96+47=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76602F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76602F is #899FD0. Grayscale: #616161. Windows color (decimal): -9019345 or 3104886. OLE color: 3104886.

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

Color convert

RGB 118 96 47 -
CMYK 0 0.19 0.60 0.54
HSL 41.41º 0.43% 0.32% -
HSV(B) 41.41º 0.6% 0.46% -
XYZ 12.17 12.42 4.45 -
YUV 96.99 99.79 142.98 -
System Red Green Blue C M Y K H S L
Decimal 118 96 47 0 0.19 0.60 0.54 41.41 0.43 0.32
Hex 76 60 2F 0 13 3C 36 29 2B 20
Octal 166 140 57 0 23 74 66 51 53 40
Binary 1110110 1100000 101111 0 10011 111100 110110 101001 101011 100000

Color Harmonies of #76602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76602F

Black with #76602F

Text Example


Text Example

White with #76602F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76602F; }

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

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

background-color css

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

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

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

border-color css

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

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

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