Html Css Color HEX #95777C Turkish Rose

📋 copy color: '#95777C'

red 149 ◦ green 119 ◦ blue 124

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

Shades of Turkish Rose #95777C

Tints of Turkish Rose #95777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.36%

 BLUE value IS 124 (48.83% from 255) = 31.63%

R = 38.01%
G = 30.36%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95777C (or 0x95777C) is known color: Turkish Rose. HEX triplet: 95, 77 and 7C. RGB value is (149,119,124). Sum of RGB (Red+Green+Blue) = 149+119+124=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #95777C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95777C is #6A8883. Grayscale: #808080. Windows color (decimal): -6981764 or 8157077. OLE color: 8157077.

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

Color convert

RGB 149 119 124 -
CMYK 0 0.20 0.17 0.42
HSL 350º 0.12% 0.53% -
HSV(B) 350º 0.2% 0.58% -
XYZ 22.63 21.04 21.94 -
YUV 128.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 149 119 124 0 0.20 0.17 0.42 350 0.12 0.53
Hex 95 77 7C 0 14 11 2A 15E C 35
Octal 225 167 174 0 24 21 52 536 14 65
Binary 10010101 1110111 1111100 0 10100 10001 101010 101011110 1100 110101

Color Harmonies of #95777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95777C

Black with #95777C

Text Example


Text Example

White with #95777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95777C; }

 p { color: rgb(149,119,124); }

 H1.HeaderClassName
 {
   color: #95777C;
 }
 .AnyTagClassName
 {
   color: #95777C;
 }
</style>

background-color css

<style>
 a { background-color: #95777C; }

 a { background-color: rgb(149,119,124); }

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

border-color css

<style>
 span { border-color: #95777C; }

 span { border-color: rgb(149,119,124); }

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