Html Css Color HEX #927076 Turkish Rose

📋 copy color: '#927076'

red 146 ◦ green 112 ◦ blue 118

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

Shades of Turkish Rose #927076

Tints of Turkish Rose #927076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.79%

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

R = 38.83%
G = 29.79%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#927076 (or 0x927076) is known color: Turkish Rose. HEX triplet: 92, 70 and 76. RGB value is (146,112,118). Sum of RGB (Red+Green+Blue) = 146+112+118=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 146 - color contains mainly: red. Hex color #927076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927076 is #6D8F89. Grayscale: #7A7A7A. Windows color (decimal): -7180170 or 7762066. OLE color: 7762066.

HSL color Cylindrical-coordinate representation of color #927076: hue angle of 349.41º 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 #927076 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 112 118 -
CMYK 0 0.23 0.19 0.43
HSL 349.41º 0.13% 0.51% -
HSV(B) 349.41º 0.23% 0.57% -
XYZ 20.92 19.01 19.71 -
YUV 122.85 125.26 144.51 -
System Red Green Blue C M Y K H S L
Decimal 146 112 118 0 0.23 0.19 0.43 349.41 0.13 0.51
Hex 92 70 76 0 17 13 2B 15D D 33
Octal 222 160 166 0 27 23 53 535 15 63
Binary 10010010 1110000 1110110 0 10111 10011 101011 101011101 1101 110011

Color Harmonies of #927076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927076

Black with #927076

Text Example


Text Example

White with #927076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927076; }

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

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

background-color css

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

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

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

border-color css

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

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

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