Html Css Color HEX #74424B Tosca

📋 copy color: '#74424B'

red 116 ◦ green 66 ◦ blue 75

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

Shades of Tosca #74424B

Tints of Tosca #74424B

RGB

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

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

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

R = 45.14%
G = 25.68%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#74424B (or 0x74424B) is known color: Tosca. HEX triplet: 74, 42 and 4B. RGB value is (116,66,75). Sum of RGB (Red+Green+Blue) = 116+66+75=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #74424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74424B is #8BBDB4. Grayscale: #515151. Windows color (decimal): -9158069 or 4932212. OLE color: 4932212.

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

Color convert

RGB 116 66 75 -
CMYK 0 0.43 0.35 0.55
HSL 349.2º 0.27% 0.36% -
HSV(B) 349.2º 0.43% 0.45% -
XYZ 10.42 8.12 7.67 -
YUV 81.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 116 66 75 0 0.43 0.35 0.55 349.2 0.27 0.36
Hex 74 42 4B 0 2B 23 37 15D 1B 24
Octal 164 102 113 0 53 43 67 535 33 44
Binary 1110100 1000010 1001011 0 101011 100011 110111 101011101 11011 100100

Color Harmonies of #74424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74424B

Black with #74424B

Text Example


Text Example

White with #74424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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