Html Css Color HEX #956F77 Turkish Rose

📋 copy color: '#956F77'

red 149 ◦ green 111 ◦ blue 119

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

Shades of Turkish Rose #956F77

Tints of Turkish Rose #956F77

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.29%

 BLUE value IS 119 (46.88% from 255) = 31.4%

R = 39.31%
G = 29.29%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#956F77 (or 0x956F77) is known color: Turkish Rose. HEX triplet: 95, 6F and 77. RGB value is (149,111,119). Sum of RGB (Red+Green+Blue) = 149+111+119=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #956F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956F77 is #6A9088. Grayscale: #7B7B7B. Windows color (decimal): -6983817 or 7827349. OLE color: 7827349.

HSL color Cylindrical-coordinate representation of color #956F77: hue angle of 347.37º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #956F77 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 111 119 -
CMYK 0 0.26 0.20 0.42
HSL 347.37º 0.15% 0.51% -
HSV(B) 347.37º 0.26% 0.58% -
XYZ 21.41 19.09 20.01 -
YUV 123.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 149 111 119 0 0.26 0.20 0.42 347.37 0.15 0.51
Hex 95 6F 77 0 1A 14 2A 15B F 33
Octal 225 157 167 0 32 24 52 533 17 63
Binary 10010101 1101111 1110111 0 11010 10100 101010 101011011 1111 110011

Color Harmonies of #956F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956F77

Black with #956F77

Text Example


Text Example

White with #956F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956F77; }

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

 H1.HeaderClassName
 {
   color: #956F77;
 }
 .AnyTagClassName
 {
   color: #956F77;
 }
</style>

background-color css

<style>
 a { background-color: #956F77; }

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

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

border-color css

<style>
 span { border-color: #956F77; }

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

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