Html Css Color HEX #937C7D Turkish Rose

📋 copy color: '#937C7D'

red 147 ◦ green 124 ◦ blue 125

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

Shades of Turkish Rose #937C7D

Tints of Turkish Rose #937C7D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.31%

 BLUE value IS 125 (49.22% from 255) = 31.57%

R = 37.12%
G = 31.31%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#937C7D (or 0x937C7D) is known color: Turkish Rose. HEX triplet: 93, 7C and 7D. RGB value is (147,124,125). Sum of RGB (Red+Green+Blue) = 147+124+125=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 147 - color contains mainly: red. Hex color #937C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937C7D is #6C8382. Grayscale: #838383. Windows color (decimal): -7111555 or 8223891. OLE color: 8223891.

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

Color convert

RGB 147 124 125 -
CMYK 0 0.16 0.15 0.42
HSL 357.39º 0.1% 0.53% -
HSV(B) 357.39º 0.16% 0.58% -
XYZ 22.94 22.1 22.46 -
YUV 130.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 147 124 125 0 0.16 0.15 0.42 357.39 0.1 0.53
Hex 93 7C 7D 0 10 F 2A 165 A 35
Octal 223 174 175 0 20 17 52 545 12 65
Binary 10010011 1111100 1111101 0 10000 1111 101010 101100101 1010 110101

Color Harmonies of #937C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937C7D

Black with #937C7D

Text Example


Text Example

White with #937C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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