Html Css Color HEX #927273 Turkish Rose

📋 copy color: '#927273'

red 146 ◦ green 114 ◦ blue 115

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

Shades of Turkish Rose #927273

Tints of Turkish Rose #927273

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.4%

 BLUE value IS 115 (45.31% from 255) = 30.67%

R = 38.93%
G = 30.4%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#927273 (or 0x927273) is known color: Turkish Rose. HEX triplet: 92, 72 and 73. RGB value is (146,114,115). Sum of RGB (Red+Green+Blue) = 146+114+115=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 146 - color contains mainly: red. Hex color #927273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927273 is #6D8D8C. Grayscale: #7B7B7B. Windows color (decimal): -7179661 or 7565970. OLE color: 7565970.

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

Color convert

RGB 146 114 115 -
CMYK 0 0.22 0.21 0.43
HSL 358.13º 0.13% 0.51% -
HSV(B) 358.13º 0.22% 0.57% -
XYZ 20.97 19.38 18.86 -
YUV 123.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 146 114 115 0 0.22 0.21 0.43 358.13 0.13 0.51
Hex 92 72 73 0 16 15 2B 166 D 33
Octal 222 162 163 0 26 25 53 546 15 63
Binary 10010010 1110010 1110011 0 10110 10101 101011 101100110 1101 110011

Color Harmonies of #927273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927273

Black with #927273

Text Example


Text Example

White with #927273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927273; }

 p { color: rgb(146,114,115); }

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

background-color css

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

 a { background-color: rgb(146,114,115); }

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

border-color css

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

 span { border-color: rgb(146,114,115); }

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