Html Css Color HEX #95737A Turkish Rose

📋 copy color: '#95737A'

red 149 ◦ green 115 ◦ blue 122

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

Shades of Turkish Rose #95737A

Tints of Turkish Rose #95737A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.79%

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

R = 38.6%
G = 29.79%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95737A (or 0x95737A) is known color: Turkish Rose. HEX triplet: 95, 73 and 7A. RGB value is (149,115,122). Sum of RGB (Red+Green+Blue) = 149+115+122=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #95737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95737A is #6A8C85. Grayscale: #7D7D7D. Windows color (decimal): -6982790 or 8024981. OLE color: 8024981.

HSL color Cylindrical-coordinate representation of color #95737A: hue angle of 347.65º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95737A is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 115 122 -
CMYK 0 0.23 0.18 0.42
HSL 347.65º 0.14% 0.52% -
HSV(B) 347.65º 0.23% 0.58% -
XYZ 22.04 20.06 21.12 -
YUV 125.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 149 115 122 0 0.23 0.18 0.42 347.65 0.14 0.52
Hex 95 73 7A 0 17 12 2A 15C E 34
Octal 225 163 172 0 27 22 52 534 16 64
Binary 10010101 1110011 1111010 0 10111 10010 101010 101011100 1110 110100

Color Harmonies of #95737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95737A

Black with #95737A

Text Example


Text Example

White with #95737A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,115,122); }

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

background-color css

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

 a { background-color: rgb(149,115,122); }

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

border-color css

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

 span { border-color: rgb(149,115,122); }

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