Html Css Color HEX #93757A Turkish Rose

📋 copy color: '#93757A'

red 147 ◦ green 117 ◦ blue 122

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

Shades of Turkish Rose #93757A

Tints of Turkish Rose #93757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.31%

 BLUE value IS 122 (48.05% from 255) = 31.61%

R = 38.08%
G = 30.31%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#93757A (or 0x93757A) is known color: Turkish Rose. HEX triplet: 93, 75 and 7A. RGB value is (147,117,122). Sum of RGB (Red+Green+Blue) = 147+117+122=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 147 - color contains mainly: red. Hex color #93757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93757A is #6C8A85. Grayscale: #7E7E7E. Windows color (decimal): -7113350 or 8025491. OLE color: 8025491.

HSL color Cylindrical-coordinate representation of color #93757A: hue angle of 350º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #93757A is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 117 122 -
CMYK 0 0.20 0.17 0.42
HSL 350º 0.12% 0.52% -
HSV(B) 350º 0.2% 0.58% -
XYZ 21.91 20.33 21.18 -
YUV 126.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 147 117 122 0 0.20 0.17 0.42 350 0.12 0.52
Hex 93 75 7A 0 14 11 2A 15E C 34
Octal 223 165 172 0 24 21 52 536 14 64
Binary 10010011 1110101 1111010 0 10100 10001 101010 101011110 1100 110100

Color Harmonies of #93757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93757A

Black with #93757A

Text Example


Text Example

White with #93757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93757A; }

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

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

background-color css

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

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

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

border-color css

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

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

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