Html Css Color HEX #927177 Turkish Rose

📋 copy color: '#927177'

red 146 ◦ green 113 ◦ blue 119

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

Shades of Turkish Rose #927177

Tints of Turkish Rose #927177

RGB

 RED value IS 146 (57.42% from 255) = 38.62%

 GREEN value IS 113 (44.53% from 255) = 29.89%

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

R = 38.62%
G = 29.89%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#927177 (or 0x927177) is known color: Turkish Rose. HEX triplet: 92, 71 and 77. RGB value is (146,113,119). Sum of RGB (Red+Green+Blue) = 146+113+119=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 146 - color contains mainly: red. Hex color #927177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927177 is #6D8E88. Grayscale: #7B7B7B. Windows color (decimal): -7179913 or 7827858. OLE color: 7827858.

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

Color convert

RGB 146 113 119 -
CMYK 0 0.23 0.18 0.43
HSL 349.09º 0.13% 0.51% -
HSV(B) 349.09º 0.23% 0.57% -
XYZ 21.09 19.25 20.06 -
YUV 123.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 146 113 119 0 0.23 0.18 0.43 349.09 0.13 0.51
Hex 92 71 77 0 17 12 2B 15D D 33
Octal 222 161 167 0 27 22 53 535 15 63
Binary 10010010 1110001 1110111 0 10111 10010 101011 101011101 1101 110011

Color Harmonies of #927177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927177

Black with #927177

Text Example


Text Example

White with #927177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927177; }

 p { color: rgb(146,113,119); }

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

background-color css

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

 a { background-color: rgb(146,113,119); }

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

border-color css

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

 span { border-color: rgb(146,113,119); }

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