Html Css Color HEX #776325 Himalaya

📋 copy color: '#776325'

red 119 ◦ green 99 ◦ blue 37

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

Shades of Himalaya #776325

Tints of Himalaya #776325

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.82%

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

R = 46.67%
G = 38.82%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#776325 (or 0x776325) is known color: Himalaya. HEX triplet: 77, 63 and 25. RGB value is (119,99,37). Sum of RGB (Red+Green+Blue) = 119+99+37=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #776325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776325 is #889CDA. Grayscale: #626262. Windows color (decimal): -8953051 or 2450295. OLE color: 2450295.

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

Color convert

RGB 119 99 37 -
CMYK 0 0.17 0.69 0.53
HSL 45.37º 0.53% 0.31% -
HSV(B) 45.37º 0.69% 0.47% -
XYZ 12.4 12.98 3.6 -
YUV 97.91 93.63 143.04 -
System Red Green Blue C M Y K H S L
Decimal 119 99 37 0 0.17 0.69 0.53 45.37 0.53 0.31
Hex 77 63 25 0 11 45 35 2D 35 1F
Octal 167 143 45 0 21 105 65 55 65 37
Binary 1110111 1100011 100101 0 10001 1000101 110101 101101 110101 11111

Color Harmonies of #776325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776325

Black with #776325

Text Example


Text Example

White with #776325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776325; }

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

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

background-color css

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

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

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

border-color css

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

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

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