Html Css Color HEX #776533 Himalaya

📋 copy color: '#776533'

red 119 ◦ green 101 ◦ blue 51

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

Shades of Himalaya #776533

Tints of Himalaya #776533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.82%

R = 43.91%
G = 37.27%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#776533 (or 0x776533) is known color: Himalaya. HEX triplet: 77, 65 and 33. RGB value is (119,101,51). Sum of RGB (Red+Green+Blue) = 119+101+51=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #776533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776533 is #889ACC. Grayscale: #646464. Windows color (decimal): -8952525 or 3368311. OLE color: 3368311.

HSL color Cylindrical-coordinate representation of color #776533: hue angle of 44.12º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #776533 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 101 51 -
CMYK 0 0.15 0.57 0.53
HSL 44.12º 0.4% 0.33% -
HSV(B) 44.12º 0.57% 0.47% -
XYZ 12.86 13.47 5.05 -
YUV 100.68 99.96 141.07 -
System Red Green Blue C M Y K H S L
Decimal 119 101 51 0 0.15 0.57 0.53 44.12 0.4 0.33
Hex 77 65 33 0 F 39 35 2C 28 21
Octal 167 145 63 0 17 71 65 54 50 41
Binary 1110111 1100101 110011 0 1111 111001 110101 101100 101000 100001

Color Harmonies of #776533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776533

Black with #776533

Text Example


Text Example

White with #776533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776533; }

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

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

background-color css

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

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

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

border-color css

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

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

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