Html Css Color HEX #776027 Himalaya

📋 copy color: '#776027'

red 119 ◦ green 96 ◦ blue 39

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

Shades of Himalaya #776027

Tints of Himalaya #776027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.35%

R = 46.85%
G = 37.8%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#776027 (or 0x776027) is known color: Himalaya. HEX triplet: 77, 60 and 27. RGB value is (119,96,39). Sum of RGB (Red+Green+Blue) = 119+96+39=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #776027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776027 is #889FD8. Grayscale: #606060. Windows color (decimal): -8953817 or 2580599. OLE color: 2580599.

HSL color Cylindrical-coordinate representation of color #776027: hue angle of 42.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #776027 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 96 39 -
CMYK 0 0.19 0.67 0.53
HSL 42.75º 0.51% 0.31% -
HSV(B) 42.75º 0.67% 0.47% -
XYZ 12.16 12.43 3.68 -
YUV 96.38 95.62 144.13 -
System Red Green Blue C M Y K H S L
Decimal 119 96 39 0 0.19 0.67 0.53 42.75 0.51 0.31
Hex 77 60 27 0 13 43 35 2B 33 1F
Octal 167 140 47 0 23 103 65 53 63 37
Binary 1110111 1100000 100111 0 10011 1000011 110101 101011 110011 11111

Color Harmonies of #776027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776027

Black with #776027

Text Example


Text Example

White with #776027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776027; }

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

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

background-color css

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

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

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

border-color css

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

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

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