Html Css Color HEX #786330 Himalaya

📋 copy color: '#786330'

red 120 ◦ green 99 ◦ blue 48

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

Shades of Himalaya #786330

Tints of Himalaya #786330

RGB

 RED value IS 120 (47.27% from 255) = 44.94%

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

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

R = 44.94%
G = 37.08%
B = 17.98%

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

#786330 (or 0x786330) is known color: Himalaya. HEX triplet: 78, 63 and 30. RGB value is (120,99,48). Sum of RGB (Red+Green+Blue) = 120+99+48=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #786330 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786330 is #879CCF. Grayscale: #636363. Windows color (decimal): -8887504 or 3171192. OLE color: 3171192.

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

Color convert

RGB 120 99 48 -
CMYK 0 0.17 0.60 0.53
HSL 42.5º 0.43% 0.33% -
HSV(B) 42.5º 0.6% 0.47% -
XYZ 12.74 13.13 4.66 -
YUV 99.47 98.96 142.65 -
System Red Green Blue C M Y K H S L
Decimal 120 99 48 0 0.17 0.60 0.53 42.5 0.43 0.33
Hex 78 63 30 0 11 3C 35 2A 2B 21
Octal 170 143 60 0 21 74 65 52 53 41
Binary 1111000 1100011 110000 0 10001 111100 110101 101010 101011 100001

Color Harmonies of #786330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786330

Black with #786330

Text Example


Text Example

White with #786330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786330; }

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

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

background-color css

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

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

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

border-color css

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

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

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