Html Css Color HEX #776330 Himalaya

📋 copy color: '#776330'

red 119 ◦ green 99 ◦ blue 48

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

Shades of Himalaya #776330

Tints of Himalaya #776330

RGB

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

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

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

R = 44.74%
G = 37.22%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#776330 (or 0x776330) is known color: Himalaya. HEX triplet: 77, 63 and 30. RGB value is (119,99,48). Sum of RGB (Red+Green+Blue) = 119+99+48=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #776330 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776330 is #889CCF. Grayscale: #636363. Windows color (decimal): -8953040 or 3171191. OLE color: 3171191.

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

Color convert

RGB 119 99 48 -
CMYK 0 0.17 0.60 0.53
HSL 43.1º 0.43% 0.33% -
HSV(B) 43.1º 0.6% 0.47% -
XYZ 12.6 13.06 4.65 -
YUV 99.17 99.13 142.15 -
System Red Green Blue C M Y K H S L
Decimal 119 99 48 0 0.17 0.60 0.53 43.1 0.43 0.33
Hex 77 63 30 0 11 3C 35 2B 2B 21
Octal 167 143 60 0 21 74 65 53 53 41
Binary 1110111 1100011 110000 0 10001 111100 110101 101011 101011 100001

Color Harmonies of #776330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776330

Black with #776330

Text Example


Text Example

White with #776330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776330; }

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

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

background-color css

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

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

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

border-color css

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

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

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