Html Css Color HEX #917073 Turkish Rose

📋 copy color: '#917073'

red 145 ◦ green 112 ◦ blue 115

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

Shades of Turkish Rose #917073

Tints of Turkish Rose #917073

RGB

 RED value IS 145 (57.03% from 255) = 38.98%

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

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

R = 38.98%
G = 30.11%
B = 30.91%

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

#917073 (or 0x917073) is known color: Turkish Rose. HEX triplet: 91, 70 and 73. RGB value is (145,112,115). Sum of RGB (Red+Green+Blue) = 145+112+115=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 145 - color contains mainly: red. Hex color #917073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917073 is #6E8F8C. Grayscale: #7A7A7A. Windows color (decimal): -7245709 or 7565457. OLE color: 7565457.

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

Color convert

RGB 145 112 115 -
CMYK 0 0.23 0.21 0.43
HSL 354.55º 0.13% 0.5% -
HSV(B) 354.55º 0.23% 0.57% -
XYZ 20.57 18.85 18.77 -
YUV 122.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 145 112 115 0 0.23 0.21 0.43 354.55 0.13 0.5
Hex 91 70 73 0 17 15 2B 163 D 32
Octal 221 160 163 0 27 25 53 543 15 62
Binary 10010001 1110000 1110011 0 10111 10101 101011 101100011 1101 110010

Color Harmonies of #917073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917073

Black with #917073

Text Example


Text Example

White with #917073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917073; }

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

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

background-color css

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

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

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

border-color css

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

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

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