Html Css Color HEX #72424B Tosca

📋 copy color: '#72424B'

red 114 ◦ green 66 ◦ blue 75

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

Shades of Tosca #72424B

Tints of Tosca #72424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.88%

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

R = 44.71%
G = 25.88%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#72424B (or 0x72424B) is known color: Tosca. HEX triplet: 72, 42 and 4B. RGB value is (114,66,75). Sum of RGB (Red+Green+Blue) = 114+66+75=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #72424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72424B is #8DBDB4. Grayscale: #515151. Windows color (decimal): -9289141 or 4932210. OLE color: 4932210.

HSL color Cylindrical-coordinate representation of color #72424B: hue angle of 348.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72424B is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 66 75 -
CMYK 0 0.42 0.34 0.55
HSL 348.75º 0.27% 0.35% -
HSV(B) 348.75º 0.42% 0.45% -
XYZ 10.16 7.98 7.66 -
YUV 81.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 114 66 75 0 0.42 0.34 0.55 348.75 0.27 0.35
Hex 72 42 4B 0 2A 22 37 15D 1B 23
Octal 162 102 113 0 52 42 67 535 33 43
Binary 1110010 1000010 1001011 0 101010 100010 110111 101011101 11011 100011

Color Harmonies of #72424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72424B

Black with #72424B

Text Example


Text Example

White with #72424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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