Html Css Color HEX #776425 Himalaya

📋 copy color: '#776425'

red 119 ◦ green 100 ◦ blue 37

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

Shades of Himalaya #776425

Tints of Himalaya #776425

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.06%

 BLUE value IS 37 (14.84% from 255) = 14.45%

R = 46.48%
G = 39.06%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#776425 (or 0x776425) is known color: Himalaya. HEX triplet: 77, 64 and 25. RGB value is (119,100,37). Sum of RGB (Red+Green+Blue) = 119+100+37=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #776425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776425 is #889BDA. Grayscale: #626262. Windows color (decimal): -8952795 or 2450551. OLE color: 2450551.

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

Color convert

RGB 119 100 37 -
CMYK 0 0.16 0.69 0.53
HSL 46.1º 0.53% 0.31% -
HSV(B) 46.1º 0.69% 0.47% -
XYZ 12.5 13.17 3.63 -
YUV 98.5 93.29 142.62 -
System Red Green Blue C M Y K H S L
Decimal 119 100 37 0 0.16 0.69 0.53 46.1 0.53 0.31
Hex 77 64 25 0 10 45 35 2E 35 1F
Octal 167 144 45 0 20 105 65 56 65 37
Binary 1110111 1100100 100101 0 10000 1000101 110101 101110 110101 11111

Color Harmonies of #776425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776425

Black with #776425

Text Example


Text Example

White with #776425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776425; }

 p { color: rgb(119,100,37); }

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

background-color css

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

 a { background-color: rgb(119,100,37); }

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

border-color css

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

 span { border-color: rgb(119,100,37); }

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