Html Css Color HEX #95767B Turkish Rose

📋 copy color: '#95767B'

red 149 ◦ green 118 ◦ blue 123

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

Shades of Turkish Rose #95767B

Tints of Turkish Rose #95767B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.26%

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

R = 38.21%
G = 30.26%
B = 31.54%

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

#95767B (or 0x95767B) is known color: Turkish Rose. HEX triplet: 95, 76 and 7B. RGB value is (149,118,123). Sum of RGB (Red+Green+Blue) = 149+118+123=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #95767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95767B is #6A8984. Grayscale: #7F7F7F. Windows color (decimal): -6982021 or 8091285. OLE color: 8091285.

HSL color Cylindrical-coordinate representation of color #95767B: hue angle of 350.32º 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 #95767B is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 118 123 -
CMYK 0 0.21 0.17 0.42
HSL 350.32º 0.13% 0.52% -
HSV(B) 350.32º 0.21% 0.58% -
XYZ 22.45 20.78 21.57 -
YUV 127.84 125.27 143.09 -
System Red Green Blue C M Y K H S L
Decimal 149 118 123 0 0.21 0.17 0.42 350.32 0.13 0.52
Hex 95 76 7B 0 15 11 2A 15E D 34
Octal 225 166 173 0 25 21 52 536 15 64
Binary 10010101 1110110 1111011 0 10101 10001 101010 101011110 1101 110100

Color Harmonies of #95767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95767B

Black with #95767B

Text Example


Text Example

White with #95767B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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