Html Css Color HEX #77602A Himalaya

📋 copy color: '#77602A'

red 119 ◦ green 96 ◦ blue 42

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

Shades of Himalaya #77602A

Tints of Himalaya #77602A

RGB

 RED value IS 119 (46.88% from 255) = 46.3%

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

 BLUE value IS 42 (16.8% from 255) = 16.34%

R = 46.3%
G = 37.35%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#77602A (or 0x77602A) is known color: Himalaya. HEX triplet: 77, 60 and 2A. RGB value is (119,96,42). Sum of RGB (Red+Green+Blue) = 119+96+42=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #77602A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77602A is #889FD5. Grayscale: #606060. Windows color (decimal): -8953814 or 2777207. OLE color: 2777207.

HSL color Cylindrical-coordinate representation of color #77602A: hue angle of 42.08º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77602A is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 96 42 -
CMYK 0 0.19 0.65 0.53
HSL 42.08º 0.48% 0.32% -
HSV(B) 42.08º 0.65% 0.47% -
XYZ 12.21 12.45 3.95 -
YUV 96.72 97.12 143.89 -
System Red Green Blue C M Y K H S L
Decimal 119 96 42 0 0.19 0.65 0.53 42.08 0.48 0.32
Hex 77 60 2A 0 13 41 35 2A 30 20
Octal 167 140 52 0 23 101 65 52 60 40
Binary 1110111 1100000 101010 0 10011 1000001 110101 101010 110000 100000

Color Harmonies of #77602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77602A

Black with #77602A

Text Example


Text Example

White with #77602A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77602A; }

 p { color: rgb(119,96,42); }

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

background-color css

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

 a { background-color: rgb(119,96,42); }

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

border-color css

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

 span { border-color: rgb(119,96,42); }

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