Html Css Color HEX #95747B Turkish Rose

📋 copy color: '#95747B'

red 149 ◦ green 116 ◦ blue 123

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

Shades of Turkish Rose #95747B

Tints of Turkish Rose #95747B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.9%

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

R = 38.4%
G = 29.9%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95747B (or 0x95747B) is known color: Turkish Rose. HEX triplet: 95, 74 and 7B. RGB value is (149,116,123). Sum of RGB (Red+Green+Blue) = 149+116+123=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #95747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95747B is #6A8B84. Grayscale: #7E7E7E. Windows color (decimal): -6982533 or 8090773. OLE color: 8090773.

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

Color convert

RGB 149 116 123 -
CMYK 0 0.22 0.17 0.42
HSL 347.27º 0.13% 0.52% -
HSV(B) 347.27º 0.22% 0.58% -
XYZ 22.21 20.31 21.49 -
YUV 126.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 149 116 123 0 0.22 0.17 0.42 347.27 0.13 0.52
Hex 95 74 7B 0 16 11 2A 15B D 34
Octal 225 164 173 0 26 21 52 533 15 64
Binary 10010101 1110100 1111011 0 10110 10001 101010 101011011 1101 110100

Color Harmonies of #95747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95747B

Black with #95747B

Text Example


Text Example

White with #95747B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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