Html Css Color HEX #927073 Turkish Rose

📋 copy color: '#927073'

red 146 ◦ green 112 ◦ blue 115

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

Shades of Turkish Rose #927073

Tints of Turkish Rose #927073

RGB

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

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

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

R = 39.14%
G = 30.03%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#927073 (or 0x927073) is known color: Turkish Rose. HEX triplet: 92, 70 and 73. RGB value is (146,112,115). Sum of RGB (Red+Green+Blue) = 146+112+115=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #927073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927073 is #6D8F8C. Grayscale: #7A7A7A. Windows color (decimal): -7180173 or 7565458. OLE color: 7565458.

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

Color convert

RGB 146 112 115 -
CMYK 0 0.23 0.21 0.43
HSL 354.71º 0.13% 0.51% -
HSV(B) 354.71º 0.23% 0.57% -
XYZ 20.74 18.94 18.78 -
YUV 122.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 146 112 115 0 0.23 0.21 0.43 354.71 0.13 0.51
Hex 92 70 73 0 17 15 2B 163 D 33
Octal 222 160 163 0 27 25 53 543 15 63
Binary 10010010 1110000 1110011 0 10111 10101 101011 101100011 1101 110011

Color Harmonies of #927073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927073

Black with #927073

Text Example


Text Example

White with #927073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927073; }

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

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

background-color css

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

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

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

border-color css

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

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

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