Html Css Color HEX #937A7C Turkish Rose

📋 copy color: '#937A7C'

red 147 ◦ green 122 ◦ blue 124

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

Shades of Turkish Rose #937A7C

Tints of Turkish Rose #937A7C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.04%

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

R = 37.4%
G = 31.04%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#937A7C (or 0x937A7C) is known color: Turkish Rose. HEX triplet: 93, 7A and 7C. RGB value is (147,122,124). Sum of RGB (Red+Green+Blue) = 147+122+124=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #937A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937A7C is #6C8583. Grayscale: #818181. Windows color (decimal): -7112068 or 8157843. OLE color: 8157843.

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

Color convert

RGB 147 122 124 -
CMYK 0 0.17 0.16 0.42
HSL 355.2º 0.1% 0.53% -
HSV(B) 355.2º 0.17% 0.58% -
XYZ 22.63 21.58 22.04 -
YUV 129.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 147 122 124 0 0.17 0.16 0.42 355.2 0.1 0.53
Hex 93 7A 7C 0 11 10 2A 163 A 35
Octal 223 172 174 0 21 20 52 543 12 65
Binary 10010011 1111010 1111100 0 10001 10000 101010 101100011 1010 110101

Color Harmonies of #937A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937A7C

Black with #937A7C

Text Example


Text Example

White with #937A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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