Html Css Color HEX #776335 Himalaya

📋 copy color: '#776335'

red 119 ◦ green 99 ◦ blue 53

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

Shades of Himalaya #776335

Tints of Himalaya #776335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.56%

R = 43.91%
G = 36.53%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#776335 (or 0x776335) is known color: Himalaya. HEX triplet: 77, 63 and 35. RGB value is (119,99,53). Sum of RGB (Red+Green+Blue) = 119+99+53=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #776335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776335 is #889CCA. Grayscale: #636363. Windows color (decimal): -8953035 or 3498871. OLE color: 3498871.

HSL color Cylindrical-coordinate representation of color #776335: hue angle of 41.82º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #776335 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 99 53 -
CMYK 0 0.17 0.55 0.53
HSL 41.82º 0.38% 0.34% -
HSV(B) 41.82º 0.55% 0.47% -
XYZ 12.71 13.1 5.23 -
YUV 99.74 101.63 141.74 -
System Red Green Blue C M Y K H S L
Decimal 119 99 53 0 0.17 0.55 0.53 41.82 0.38 0.34
Hex 77 63 35 0 11 37 35 2A 26 22
Octal 167 143 65 0 21 67 65 52 46 42
Binary 1110111 1100011 110101 0 10001 110111 110101 101010 100110 100010

Color Harmonies of #776335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776335

Black with #776335

Text Example


Text Example

White with #776335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776335; }

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

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

background-color css

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

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

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

border-color css

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

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

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