Html Css Color HEX #917475 Turkish Rose

📋 copy color: '#917475'

red 145 ◦ green 116 ◦ blue 117

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

Shades of Turkish Rose #917475

Tints of Turkish Rose #917475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.95%

R = 38.36%
G = 30.69%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#917475 (or 0x917475) is known color: Turkish Rose. HEX triplet: 91, 74 and 75. RGB value is (145,116,117). Sum of RGB (Red+Green+Blue) = 145+116+117=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 145 - color contains mainly: red. Hex color #917475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917475 is #6E8B8A. Grayscale: #7C7C7C. Windows color (decimal): -7244683 or 7697553. OLE color: 7697553.

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

Color convert

RGB 145 116 117 -
CMYK 0 0.2 0.19 0.43
HSL 357.93º 0.12% 0.51% -
HSV(B) 357.93º 0.2% 0.57% -
XYZ 21.13 19.79 19.54 -
YUV 124.79 123.61 142.42 -
System Red Green Blue C M Y K H S L
Decimal 145 116 117 0 0.2 0.19 0.43 357.93 0.12 0.51
Hex 91 74 75 0 14 13 2B 166 C 33
Octal 221 164 165 0 24 23 53 546 14 63
Binary 10010001 1110100 1110101 0 10100 10011 101011 101100110 1100 110011

Color Harmonies of #917475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917475

Black with #917475

Text Example


Text Example

White with #917475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917475; }

 p { color: rgb(145,116,117); }

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

background-color css

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

 a { background-color: rgb(145,116,117); }

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

border-color css

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

 span { border-color: rgb(145,116,117); }

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