Html Css Color HEX #95757B Turkish Rose

📋 copy color: '#95757B'

red 149 ◦ green 117 ◦ blue 123

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

Shades of Turkish Rose #95757B

Tints of Turkish Rose #95757B

RGB

 RED value IS 149 (58.59% from 255) = 38.3%

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

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

R = 38.3%
G = 30.08%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95757B (or 0x95757B) is known color: Turkish Rose. HEX triplet: 95, 75 and 7B. RGB value is (149,117,123). Sum of RGB (Red+Green+Blue) = 149+117+123=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #95757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95757B is #6A8A84. Grayscale: #7F7F7F. Windows color (decimal): -6982277 or 8091029. OLE color: 8091029.

HSL color Cylindrical-coordinate representation of color #95757B: hue angle of 348.75º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95757B is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 117 123 -
CMYK 0 0.21 0.17 0.42
HSL 348.75º 0.13% 0.52% -
HSV(B) 348.75º 0.21% 0.58% -
XYZ 22.33 20.54 21.53 -
YUV 127.25 125.6 143.51 -
System Red Green Blue C M Y K H S L
Decimal 149 117 123 0 0.21 0.17 0.42 348.75 0.13 0.52
Hex 95 75 7B 0 15 11 2A 15D D 34
Octal 225 165 173 0 25 21 52 535 15 64
Binary 10010101 1110101 1111011 0 10101 10001 101010 101011101 1101 110100

Color Harmonies of #95757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95757B

Black with #95757B

Text Example


Text Example

White with #95757B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,117,123); }

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

background-color css

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

 a { background-color: rgb(149,117,123); }

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

border-color css

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

 span { border-color: rgb(149,117,123); }

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