Html Css Color HEX #74454B Tosca

📋 copy color: '#74454B'

red 116 ◦ green 69 ◦ blue 75

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

Shades of Tosca #74454B

Tints of Tosca #74454B

RGB

 RED value IS 116 (45.7% from 255) = 44.62%

 GREEN value IS 69 (27.34% from 255) = 26.54%

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

R = 44.62%
G = 26.54%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#74454B (or 0x74454B) is known color: Tosca. HEX triplet: 74, 45 and 4B. RGB value is (116,69,75). Sum of RGB (Red+Green+Blue) = 116+69+75=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #74454B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74454B is #8BBAB4. Grayscale: #535353. Windows color (decimal): -9157301 or 4932980. OLE color: 4932980.

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

Color convert

RGB 116 69 75 -
CMYK 0 0.41 0.35 0.55
HSL 352.34º 0.25% 0.36% -
HSV(B) 352.34º 0.41% 0.45% -
XYZ 10.6 8.48 7.73 -
YUV 83.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 116 69 75 0 0.41 0.35 0.55 352.34 0.25 0.36
Hex 74 45 4B 0 29 23 37 160 19 24
Octal 164 105 113 0 51 43 67 540 31 44
Binary 1110100 1000101 1001011 0 101001 100011 110111 101100000 11001 100100

Color Harmonies of #74454B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74454B

Black with #74454B

Text Example


Text Example

White with #74454B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,69,75); }

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

background-color css

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

 a { background-color: rgb(116,69,75); }

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

border-color css

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

 span { border-color: rgb(116,69,75); }

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