Html Css Color HEX #78533F Old Copper

📋 copy color: '#78533F'

red 120 ◦ green 83 ◦ blue 63

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

Shades of Old Copper #78533F

Tints of Old Copper #78533F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.2%

 BLUE value IS 63 (25% from 255) = 23.68%

R = 45.11%
G = 31.2%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#78533F (or 0x78533F) is known color: Old Copper. HEX triplet: 78, 53 and 3F. RGB value is (120,83,63). Sum of RGB (Red+Green+Blue) = 120+83+63=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #78533F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78533F is #87ACC0. Grayscale: #5B5B5B. Windows color (decimal): -8891585 or 4150136. OLE color: 4150136.

HSL color Cylindrical-coordinate representation of color #78533F: hue angle of 21.05º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78533F is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 83 63 -
CMYK 0 0.31 0.48 0.53
HSL 21.05º 0.31% 0.36% -
HSV(B) 21.05º 0.48% 0.47% -
XYZ 11.74 10.54 6.12 -
YUV 91.78 111.76 148.13 -
System Red Green Blue C M Y K H S L
Decimal 120 83 63 0 0.31 0.48 0.53 21.05 0.31 0.36
Hex 78 53 3F 0 1F 30 35 15 1F 24
Octal 170 123 77 0 37 60 65 25 37 44
Binary 1111000 1010011 111111 0 11111 110000 110101 10101 11111 100100

Color Harmonies of #78533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78533F

Black with #78533F

Text Example


Text Example

White with #78533F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,83,63); }

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

background-color css

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

 a { background-color: rgb(120,83,63); }

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

border-color css

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

 span { border-color: rgb(120,83,63); }

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