Html Css Color HEX #754142 Tosca

📋 copy color: '#754142'

red 117 ◦ green 65 ◦ blue 66

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

Shades of Tosca #754142

Tints of Tosca #754142

RGB

 RED value IS 117 (46.09% from 255) = 47.18%

 GREEN value IS 65 (25.78% from 255) = 26.21%

 BLUE value IS 66 (26.17% from 255) = 26.61%

R = 47.18%
G = 26.21%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#754142 (or 0x754142) is known color: Tosca. HEX triplet: 75, 41 and 42. RGB value is (117,65,66). Sum of RGB (Red+Green+Blue) = 117+65+66=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #754142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754142 is #8ABEBD. Grayscale: #505050. Windows color (decimal): -9092798 or 4342133. OLE color: 4342133.

HSL color Cylindrical-coordinate representation of color #754142: hue angle of 358.85º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #754142 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 65 66 -
CMYK 0 0.44 0.44 0.54
HSL 358.85º 0.29% 0.36% -
HSV(B) 358.85º 0.44% 0.46% -
XYZ 10.21 7.96 6.15 -
YUV 80.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 117 65 66 0 0.44 0.44 0.54 358.85 0.29 0.36
Hex 75 41 42 0 2C 2C 36 167 1D 24
Octal 165 101 102 0 54 54 66 547 35 44
Binary 1110101 1000001 1000010 0 101100 101100 110110 101100111 11101 100100

Color Harmonies of #754142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754142

Black with #754142

Text Example


Text Example

White with #754142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754142; }

 p { color: rgb(117,65,66); }

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

background-color css

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

 a { background-color: rgb(117,65,66); }

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

border-color css

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

 span { border-color: rgb(117,65,66); }

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