Html Css Color HEX #78482B Cape Palliser

📋 copy color: '#78482B'

red 120 ◦ green 72 ◦ blue 43

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

Shades of Cape Palliser #78482B

Tints of Cape Palliser #78482B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.64%

 BLUE value IS 43 (17.19% from 255) = 18.3%

R = 51.06%
G = 30.64%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#78482B (or 0x78482B) is known color: Cape Palliser. HEX triplet: 78, 48 and 2B. RGB value is (120,72,43). Sum of RGB (Red+Green+Blue) = 120+72+43=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #78482B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78482B is #87B7D4. Grayscale: #535353. Windows color (decimal): -8894421 or 2836600. OLE color: 2836600.

HSL color Cylindrical-coordinate representation of color #78482B: hue angle of 22.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #78482B is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 72 43 -
CMYK 0 0.40 0.64 0.53
HSL 22.6º 0.47% 0.32% -
HSV(B) 22.6º 0.64% 0.47% -
XYZ 10.5 8.8 3.43 -
YUV 83.05 105.4 154.36 -
System Red Green Blue C M Y K H S L
Decimal 120 72 43 0 0.40 0.64 0.53 22.6 0.47 0.32
Hex 78 48 2B 0 28 40 35 17 2F 20
Octal 170 110 53 0 50 100 65 27 57 40
Binary 1111000 1001000 101011 0 101000 1000000 110101 10111 101111 100000

Color Harmonies of #78482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78482B

Black with #78482B

Text Example


Text Example

White with #78482B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78482B; }

 p { color: rgb(120,72,43); }

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

background-color css

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

 a { background-color: rgb(120,72,43); }

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

border-color css

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

 span { border-color: rgb(120,72,43); }

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