Html Css Color HEX #78434B Tosca

📋 copy color: '#78434B'

red 120 ◦ green 67 ◦ blue 75

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

Shades of Tosca #78434B

Tints of Tosca #78434B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.57%

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

R = 45.8%
G = 25.57%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78434B (or 0x78434B) is known color: Tosca. HEX triplet: 78, 43 and 4B. RGB value is (120,67,75). Sum of RGB (Red+Green+Blue) = 120+67+75=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #78434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78434B is #87BCB4. Grayscale: #535353. Windows color (decimal): -8895669 or 4932472. OLE color: 4932472.

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

Color convert

RGB 120 67 75 -
CMYK 0 0.44 0.37 0.53
HSL 350.94º 0.28% 0.37% -
HSV(B) 350.94º 0.44% 0.47% -
XYZ 11.02 8.52 7.72 -
YUV 83.76 123.06 153.85 -
System Red Green Blue C M Y K H S L
Decimal 120 67 75 0 0.44 0.37 0.53 350.94 0.28 0.37
Hex 78 43 4B 0 2C 25 35 15F 1C 25
Octal 170 103 113 0 54 45 65 537 34 45
Binary 1111000 1000011 1001011 0 101100 100101 110101 101011111 11100 100101

Color Harmonies of #78434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78434B

Black with #78434B

Text Example


Text Example

White with #78434B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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