Html Css Color HEX #754243 Tosca

📋 copy color: '#754243'

red 117 ◦ green 66 ◦ blue 67

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

Shades of Tosca #754243

Tints of Tosca #754243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.8%

R = 46.8%
G = 26.4%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#754243 (or 0x754243) is known color: Tosca. HEX triplet: 75, 42 and 43. RGB value is (117,66,67). Sum of RGB (Red+Green+Blue) = 117+66+67=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #754243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754243 is #8ABDBC. Grayscale: #515151. Windows color (decimal): -9092541 or 4407925. OLE color: 4407925.

HSL color Cylindrical-coordinate representation of color #754243: hue angle of 358.82º degrees, saturation: 0.28, 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 #754243 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 66 67 -
CMYK 0 0.44 0.43 0.54
HSL 358.82º 0.28% 0.36% -
HSV(B) 358.82º 0.44% 0.46% -
XYZ 10.3 8.08 6.33 -
YUV 81.36 119.9 153.42 -
System Red Green Blue C M Y K H S L
Decimal 117 66 67 0 0.44 0.43 0.54 358.82 0.28 0.36
Hex 75 42 43 0 2C 2B 36 167 1C 24
Octal 165 102 103 0 54 53 66 547 34 44
Binary 1110101 1000010 1000011 0 101100 101011 110110 101100111 11100 100100

Color Harmonies of #754243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754243

Black with #754243

Text Example


Text Example

White with #754243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754243; }

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

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

background-color css

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

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

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

border-color css

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

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

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