Html Css Color HEX #776525 Himalaya

📋 copy color: '#776525'

red 119 ◦ green 101 ◦ blue 37

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

Shades of Himalaya #776525

Tints of Himalaya #776525

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.3%

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

R = 46.3%
G = 39.3%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#776525 (or 0x776525) is known color: Himalaya. HEX triplet: 77, 65 and 25. RGB value is (119,101,37). Sum of RGB (Red+Green+Blue) = 119+101+37=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 101 (39.84% from 255 or 39.30% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #776525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776525 is #889ADA. Grayscale: #636363. Windows color (decimal): -8952539 or 2450807. OLE color: 2450807.

HSL color Cylindrical-coordinate representation of color #776525: hue angle of 46.83º 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 #776525 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 101 37 -
CMYK 0 0.15 0.69 0.53
HSL 46.83º 0.53% 0.31% -
HSV(B) 46.83º 0.69% 0.47% -
XYZ 12.6 13.36 3.67 -
YUV 99.09 92.96 142.2 -
System Red Green Blue C M Y K H S L
Decimal 119 101 37 0 0.15 0.69 0.53 46.83 0.53 0.31
Hex 77 65 25 0 F 45 35 2F 35 1F
Octal 167 145 45 0 17 105 65 57 65 37
Binary 1110111 1100101 100101 0 1111 1000101 110101 101111 110101 11111

Color Harmonies of #776525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776525

Black with #776525

Text Example


Text Example

White with #776525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776525; }

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

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

background-color css

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

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

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

border-color css

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

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

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