Html Css Color HEX #917577 Turkish Rose

📋 copy color: '#917577'

red 145 ◦ green 117 ◦ blue 119

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

Shades of Turkish Rose #917577

Tints of Turkish Rose #917577

RGB

 RED value IS 145 (57.03% from 255) = 38.06%

 GREEN value IS 117 (46.09% from 255) = 30.71%

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

R = 38.06%
G = 30.71%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#917577 (or 0x917577) is known color: Turkish Rose. HEX triplet: 91, 75 and 77. RGB value is (145,117,119). Sum of RGB (Red+Green+Blue) = 145+117+119=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 145 - color contains mainly: red. Hex color #917577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917577 is #6E8A88. Grayscale: #7D7D7D. Windows color (decimal): -7244425 or 7828881. OLE color: 7828881.

HSL color Cylindrical-coordinate representation of color #917577: hue angle of 355.71º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #917577 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 117 119 -
CMYK 0 0.19 0.18 0.43
HSL 355.71º 0.11% 0.51% -
HSV(B) 355.71º 0.19% 0.57% -
XYZ 21.37 20.07 20.2 -
YUV 125.6 124.28 141.84 -
System Red Green Blue C M Y K H S L
Decimal 145 117 119 0 0.19 0.18 0.43 355.71 0.11 0.51
Hex 91 75 77 0 13 12 2B 164 B 33
Octal 221 165 167 0 23 22 53 544 13 63
Binary 10010001 1110101 1110111 0 10011 10010 101011 101100100 1011 110011

Color Harmonies of #917577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917577

Black with #917577

Text Example


Text Example

White with #917577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917577; }

 p { color: rgb(145,117,119); }

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

background-color css

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

 a { background-color: rgb(145,117,119); }

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

border-color css

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

 span { border-color: rgb(145,117,119); }

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