Html Css Color HEX #927476 Turkish Rose

📋 copy color: '#927476'

red 146 ◦ green 116 ◦ blue 118

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

Shades of Turkish Rose #927476

Tints of Turkish Rose #927476

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.53%

 BLUE value IS 118 (46.48% from 255) = 31.05%

R = 38.42%
G = 30.53%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#927476 (or 0x927476) is known color: Turkish Rose. HEX triplet: 92, 74 and 76. RGB value is (146,116,118). Sum of RGB (Red+Green+Blue) = 146+116+118=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 146 - color contains mainly: red. Hex color #927476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927476 is #6D8B89. Grayscale: #7D7D7D. Windows color (decimal): -7179146 or 7763090. OLE color: 7763090.

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

Color convert

RGB 146 116 118 -
CMYK 0 0.21 0.19 0.43
HSL 356º 0.12% 0.51% -
HSV(B) 356º 0.21% 0.57% -
XYZ 21.37 19.91 19.86 -
YUV 125.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 146 116 118 0 0.21 0.19 0.43 356 0.12 0.51
Hex 92 74 76 0 15 13 2B 164 C 33
Octal 222 164 166 0 25 23 53 544 14 63
Binary 10010010 1110100 1110110 0 10101 10011 101011 101100100 1100 110011

Color Harmonies of #927476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927476

Black with #927476

Text Example


Text Example

White with #927476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927476; }

 p { color: rgb(146,116,118); }

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

background-color css

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

 a { background-color: rgb(146,116,118); }

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

border-color css

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

 span { border-color: rgb(146,116,118); }

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