Html Css Color HEX #78672A Himalaya

📋 copy color: '#78672A'

red 120 ◦ green 103 ◦ blue 42

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

Shades of Himalaya #78672A

Tints of Himalaya #78672A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.87%

 BLUE value IS 42 (16.8% from 255) = 15.85%

R = 45.28%
G = 38.87%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#78672A (or 0x78672A) is known color: Himalaya. HEX triplet: 78, 67 and 2A. RGB value is (120,103,42). Sum of RGB (Red+Green+Blue) = 120+103+42=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #78672A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78672A is #8798D5. Grayscale: #656565. Windows color (decimal): -8886486 or 2779000. OLE color: 2779000.

HSL color Cylindrical-coordinate representation of color #78672A: hue angle of 46.92º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #78672A is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 103 42 -
CMYK 0 0.14 0.65 0.53
HSL 46.92º 0.48% 0.32% -
HSV(B) 46.92º 0.65% 0.47% -
XYZ 13.01 13.86 4.18 -
YUV 101.13 94.63 141.46 -
System Red Green Blue C M Y K H S L
Decimal 120 103 42 0 0.14 0.65 0.53 46.92 0.48 0.32
Hex 78 67 2A 0 E 41 35 2F 30 20
Octal 170 147 52 0 16 101 65 57 60 40
Binary 1111000 1100111 101010 0 1110 1000001 110101 101111 110000 100000

Color Harmonies of #78672A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78672A

Black with #78672A

Text Example


Text Example

White with #78672A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78672A; }

 p { color: rgb(120,103,42); }

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

background-color css

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

 a { background-color: rgb(120,103,42); }

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

border-color css

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

 span { border-color: rgb(120,103,42); }

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