Html Css Color HEX #93797B Turkish Rose

📋 copy color: '#93797B'

red 147 ◦ green 121 ◦ blue 123

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

Shades of Turkish Rose #93797B

Tints of Turkish Rose #93797B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.46%

R = 37.6%
G = 30.95%
B = 31.46%

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

#93797B (or 0x93797B) is known color: Turkish Rose. HEX triplet: 93, 79 and 7B. RGB value is (147,121,123). Sum of RGB (Red+Green+Blue) = 147+121+123=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 147 - color contains mainly: red. Hex color #93797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93797B is #6C8684. Grayscale: #818181. Windows color (decimal): -7112325 or 8092051. OLE color: 8092051.

HSL color Cylindrical-coordinate representation of color #93797B: hue angle of 355.38º 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 #93797B is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 121 123 -
CMYK 0 0.18 0.16 0.42
HSL 355.38º 0.11% 0.53% -
HSV(B) 355.38º 0.18% 0.58% -
XYZ 22.45 21.31 21.67 -
YUV 129 124.61 140.84 -
System Red Green Blue C M Y K H S L
Decimal 147 121 123 0 0.18 0.16 0.42 355.38 0.11 0.53
Hex 93 79 7B 0 12 10 2A 163 B 35
Octal 223 171 173 0 22 20 52 543 13 65
Binary 10010011 1111001 1111011 0 10010 10000 101010 101100011 1011 110101

Color Harmonies of #93797B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93797B

Black with #93797B

Text Example


Text Example

White with #93797B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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