Html Css Color HEX #754647 Tosca

📋 copy color: '#754647'

red 117 ◦ green 70 ◦ blue 71

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

Shades of Tosca #754647

Tints of Tosca #754647

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.13%

 BLUE value IS 71 (28.13% from 255) = 27.52%

R = 45.35%
G = 27.13%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#754647 (or 0x754647) is known color: Tosca. HEX triplet: 75, 46 and 47. RGB value is (117,70,71). Sum of RGB (Red+Green+Blue) = 117+70+71=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #754647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754647 is #8AB9B8. Grayscale: #545454. Windows color (decimal): -9091513 or 4671093. OLE color: 4671093.

HSL color Cylindrical-coordinate representation of color #754647: hue angle of 358.72º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #754647 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 70 71 -
CMYK 0 0.40 0.39 0.54
HSL 358.72º 0.25% 0.37% -
HSV(B) 358.72º 0.4% 0.46% -
XYZ 10.66 8.62 7.06 -
YUV 84.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 117 70 71 0 0.40 0.39 0.54 358.72 0.25 0.37
Hex 75 46 47 0 28 27 36 167 19 25
Octal 165 106 107 0 50 47 66 547 31 45
Binary 1110101 1000110 1000111 0 101000 100111 110110 101100111 11001 100101

Color Harmonies of #754647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754647

Black with #754647

Text Example


Text Example

White with #754647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754647; }

 p { color: rgb(117,70,71); }

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

background-color css

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

 a { background-color: rgb(117,70,71); }

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

border-color css

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

 span { border-color: rgb(117,70,71); }

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