Html Css Color HEX #78472F Cape Palliser

📋 copy color: '#78472F'

red 120 ◦ green 71 ◦ blue 47

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

Shades of Cape Palliser #78472F

Tints of Cape Palliser #78472F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.83%

 BLUE value IS 47 (18.75% from 255) = 19.75%

R = 50.42%
G = 29.83%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#78472F (or 0x78472F) is known color: Cape Palliser. HEX triplet: 78, 47 and 2F. RGB value is (120,71,47). Sum of RGB (Red+Green+Blue) = 120+71+47=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #78472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78472F is #87B8D0. Grayscale: #535353. Windows color (decimal): -8894673 or 3098488. OLE color: 3098488.

HSL color Cylindrical-coordinate representation of color #78472F: hue angle of 19.73º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #78472F is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 71 47 -
CMYK 0 0.41 0.61 0.53
HSL 19.73º 0.44% 0.33% -
HSV(B) 19.73º 0.61% 0.47% -
XYZ 10.51 8.7 3.82 -
YUV 82.92 107.73 154.45 -
System Red Green Blue C M Y K H S L
Decimal 120 71 47 0 0.41 0.61 0.53 19.73 0.44 0.33
Hex 78 47 2F 0 29 3D 35 14 2C 21
Octal 170 107 57 0 51 75 65 24 54 41
Binary 1111000 1000111 101111 0 101001 111101 110101 10100 101100 100001

Color Harmonies of #78472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78472F

Black with #78472F

Text Example


Text Example

White with #78472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78472F; }

 p { color: rgb(120,71,47); }

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

background-color css

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

 a { background-color: rgb(120,71,47); }

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

border-color css

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

 span { border-color: rgb(120,71,47); }

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