Html Css Color HEX #73474F Tosca

📋 copy color: '#73474F'

red 115 ◦ green 71 ◦ blue 79

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

Shades of Tosca #73474F

Tints of Tosca #73474F

RGB

 RED value IS 115 (45.31% from 255) = 43.4%

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

 BLUE value IS 79 (31.25% from 255) = 29.81%

R = 43.4%
G = 26.79%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#73474F (or 0x73474F) is known color: Tosca. HEX triplet: 73, 47 and 4F. RGB value is (115,71,79). Sum of RGB (Red+Green+Blue) = 115+71+79=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #73474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73474F is #8CB8B0. Grayscale: #555555. Windows color (decimal): -9222321 or 5195635. OLE color: 5195635.

HSL color Cylindrical-coordinate representation of color #73474F: hue angle of 349.09º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73474F is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 71 79 -
CMYK 0 0.38 0.31 0.55
HSL 349.09º 0.24% 0.36% -
HSV(B) 349.09º 0.38% 0.45% -
XYZ 10.73 8.72 8.51 -
YUV 85.07 124.58 149.35 -
System Red Green Blue C M Y K H S L
Decimal 115 71 79 0 0.38 0.31 0.55 349.09 0.24 0.36
Hex 73 47 4F 0 26 1F 37 15D 18 24
Octal 163 107 117 0 46 37 67 535 30 44
Binary 1110011 1000111 1001111 0 100110 11111 110111 101011101 11000 100100

Color Harmonies of #73474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73474F

Black with #73474F

Text Example


Text Example

White with #73474F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,71,79); }

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

background-color css

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

 a { background-color: rgb(115,71,79); }

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

border-color css

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

 span { border-color: rgb(115,71,79); }

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