Html Css Color HEX #776530 Himalaya

📋 copy color: '#776530'

red 119 ◦ green 101 ◦ blue 48

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

Shades of Himalaya #776530

Tints of Himalaya #776530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.91%

R = 44.4%
G = 37.69%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#776530 (or 0x776530) is known color: Himalaya. HEX triplet: 77, 65 and 30. RGB value is (119,101,48). Sum of RGB (Red+Green+Blue) = 119+101+48=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #776530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776530 is #889ACF. Grayscale: #646464. Windows color (decimal): -8952528 or 3171703. OLE color: 3171703.

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

Color convert

RGB 119 101 48 -
CMYK 0 0.15 0.60 0.53
HSL 44.79º 0.43% 0.33% -
HSV(B) 44.79º 0.6% 0.47% -
XYZ 12.79 13.44 4.72 -
YUV 100.34 98.46 141.31 -
System Red Green Blue C M Y K H S L
Decimal 119 101 48 0 0.15 0.60 0.53 44.79 0.43 0.33
Hex 77 65 30 0 F 3C 35 2D 2B 21
Octal 167 145 60 0 17 74 65 55 53 41
Binary 1110111 1100101 110000 0 1111 111100 110101 101101 101011 100001

Color Harmonies of #776530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776530

Black with #776530

Text Example


Text Example

White with #776530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776530; }

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

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

background-color css

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

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

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

border-color css

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

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

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