Html Css Color HEX #78464B Tosca

📋 copy color: '#78464B'

red 120 ◦ green 70 ◦ blue 75

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

Shades of Tosca #78464B

Tints of Tosca #78464B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.42%

 BLUE value IS 75 (29.69% from 255) = 28.3%

R = 45.28%
G = 26.42%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78464B (or 0x78464B) is known color: Tosca. HEX triplet: 78, 46 and 4B. RGB value is (120,70,75). Sum of RGB (Red+Green+Blue) = 120+70+75=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #78464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78464B is #87B9B4. Grayscale: #555555. Windows color (decimal): -8894901 or 4933240. OLE color: 4933240.

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

Color convert

RGB 120 70 75 -
CMYK 0 0.42 0.37 0.53
HSL 354º 0.26% 0.37% -
HSV(B) 354º 0.42% 0.47% -
XYZ 11.21 8.88 7.78 -
YUV 85.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 120 70 75 0 0.42 0.37 0.53 354 0.26 0.37
Hex 78 46 4B 0 2A 25 35 162 1A 25
Octal 170 106 113 0 52 45 65 542 32 45
Binary 1111000 1000110 1001011 0 101010 100101 110101 101100010 11010 100101

Color Harmonies of #78464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78464B

Black with #78464B

Text Example


Text Example

White with #78464B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,70,75); }

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

background-color css

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

 a { background-color: rgb(120,70,75); }

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

border-color css

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

 span { border-color: rgb(120,70,75); }

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