Html Css Color HEX #95797B Turkish Rose

📋 copy color: '#95797B'

red 149 ◦ green 121 ◦ blue 123

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

Shades of Turkish Rose #95797B

Tints of Turkish Rose #95797B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.79%

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

R = 37.91%
G = 30.79%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95797B (or 0x95797B) is known color: Turkish Rose. HEX triplet: 95, 79 and 7B. RGB value is (149,121,123). Sum of RGB (Red+Green+Blue) = 149+121+123=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #95797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95797B is #6A8684. Grayscale: #818181. Windows color (decimal): -6981253 or 8092053. OLE color: 8092053.

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

Color convert

RGB 149 121 123 -
CMYK 0 0.19 0.17 0.42
HSL 355.71º 0.12% 0.53% -
HSV(B) 355.71º 0.19% 0.58% -
XYZ 22.81 21.49 21.69 -
YUV 129.6 124.28 141.84 -
System Red Green Blue C M Y K H S L
Decimal 149 121 123 0 0.19 0.17 0.42 355.71 0.12 0.53
Hex 95 79 7B 0 13 11 2A 164 C 35
Octal 225 171 173 0 23 21 52 544 14 65
Binary 10010101 1111001 1111011 0 10011 10001 101010 101100100 1100 110101

Color Harmonies of #95797B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95797B

Black with #95797B

Text Example


Text Example

White with #95797B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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