Html Css Color HEX #72474B Tosca

📋 copy color: '#72474B'

red 114 ◦ green 71 ◦ blue 75

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

Shades of Tosca #72474B

Tints of Tosca #72474B

RGB

 RED value IS 114 (44.92% from 255) = 43.85%

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

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

R = 43.85%
G = 27.31%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#72474B (or 0x72474B) is known color: Tosca. HEX triplet: 72, 47 and 4B. RGB value is (114,71,75). Sum of RGB (Red+Green+Blue) = 114+71+75=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #72474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72474B is #8DB8B4. Grayscale: #545454. Windows color (decimal): -9287861 or 4933490. OLE color: 4933490.

HSL color Cylindrical-coordinate representation of color #72474B: hue angle of 354.42º degrees, saturation: 0.23, 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 #72474B is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 71 75 -
CMYK 0 0.38 0.34 0.55
HSL 354.42º 0.23% 0.36% -
HSV(B) 354.42º 0.38% 0.45% -
XYZ 10.46 8.59 7.76 -
YUV 84.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 114 71 75 0 0.38 0.34 0.55 354.42 0.23 0.36
Hex 72 47 4B 0 26 22 37 162 17 24
Octal 162 107 113 0 46 42 67 542 27 44
Binary 1110010 1000111 1001011 0 100110 100010 110111 101100010 10111 100100

Color Harmonies of #72474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72474B

Black with #72474B

Text Example


Text Example

White with #72474B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,71,75); }

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

background-color css

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

 a { background-color: rgb(114,71,75); }

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

border-color css

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

 span { border-color: rgb(114,71,75); }

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