Html Css Color HEX #72434B Tosca

📋 copy color: '#72434B'

red 114 ◦ green 67 ◦ blue 75

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

Shades of Tosca #72434B

Tints of Tosca #72434B

RGB

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

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

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

R = 44.53%
G = 26.17%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#72434B (or 0x72434B) is known color: Tosca. HEX triplet: 72, 43 and 4B. RGB value is (114,67,75). Sum of RGB (Red+Green+Blue) = 114+67+75=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #72434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72434B is #8DBCB4. Grayscale: #515151. Windows color (decimal): -9288885 or 4932466. OLE color: 4932466.

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

Color convert

RGB 114 67 75 -
CMYK 0 0.41 0.34 0.55
HSL 349.79º 0.26% 0.35% -
HSV(B) 349.79º 0.41% 0.45% -
XYZ 10.22 8.1 7.68 -
YUV 81.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 114 67 75 0 0.41 0.34 0.55 349.79 0.26 0.35
Hex 72 43 4B 0 29 22 37 15E 1A 23
Octal 162 103 113 0 51 42 67 536 32 43
Binary 1110010 1000011 1001011 0 101001 100010 110111 101011110 11010 100011

Color Harmonies of #72434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72434B

Black with #72434B

Text Example


Text Example

White with #72434B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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