Html Css Color HEX #93797C Turkish Rose

📋 copy color: '#93797C'

red 147 ◦ green 121 ◦ blue 124

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

Shades of Turkish Rose #93797C

Tints of Turkish Rose #93797C

RGB

 RED value IS 147 (57.81% from 255) = 37.5%

 GREEN value IS 121 (47.66% from 255) = 30.87%

 BLUE value IS 124 (48.83% from 255) = 31.63%

R = 37.5%
G = 30.87%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93797C (or 0x93797C) is known color: Turkish Rose. HEX triplet: 93, 79 and 7C. RGB value is (147,121,124). Sum of RGB (Red+Green+Blue) = 147+121+124=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 147 - color contains mainly: red. Hex color #93797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93797C is #6C8683. Grayscale: #818181. Windows color (decimal): -7112324 or 8157587. OLE color: 8157587.

HSL color Cylindrical-coordinate representation of color #93797C: hue angle of 353.08º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93797C is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 121 124 -
CMYK 0 0.18 0.16 0.42
HSL 353.08º 0.11% 0.53% -
HSV(B) 353.08º 0.18% 0.58% -
XYZ 22.51 21.33 22 -
YUV 129.12 125.11 140.76 -
System Red Green Blue C M Y K H S L
Decimal 147 121 124 0 0.18 0.16 0.42 353.08 0.11 0.53
Hex 93 79 7C 0 12 10 2A 161 B 35
Octal 223 171 174 0 22 20 52 541 13 65
Binary 10010011 1111001 1111100 0 10010 10000 101010 101100001 1011 110101

Color Harmonies of #93797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93797C

Black with #93797C

Text Example


Text Example

White with #93797C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93797C; }

 p { color: rgb(147,121,124); }

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

background-color css

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

 a { background-color: rgb(147,121,124); }

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

border-color css

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

 span { border-color: rgb(147,121,124); }

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