#917678

Color #917678 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #917678

Tints of Turkish Rose #917678

Color information

#917678 (or 0x917678) is unknown color: approx Turkish Rose. HEX triplet: 91, 76 and 78. RGB value is (145,118,120). Sum of RGB (Red+Green+Blue) = 145+118+120=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 145 - color contains mainly: red. Hex color #917678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917678 is #6E8987. Grayscale: #7E7E7E. Windows color (decimal): -7244168 or 7894673. OLE color: 7894673.

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

Color convert

RGB145118120-
CMYK00.190.170.43
HSL355.56º10.93%51.57%-
HSV(B)355.56º18.62%56.86%-
XYZ21.5520.3320.56-
YUV126.3124.45141.34-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.86%
GREEN value IS 118 (46.48% from 255) = 30.81%
BLUE value IS 120 (47.27% from 255) = 31.33%
R=37.86%
G=30.81%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511812000.190.170.43355.5610.9351.57
Hex917678013112B164b34
Octal22116617002321535441364
Binary1001000111101101111000010011100011010111011001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917678; }

 p { color: rgb(145,118,120); }

 H1.HeaderClassName
 {
   color: #917678;
 }
 .AnyTagClassName
 {
   color: #917678;
 }
</style>
background-color css

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

 a { background-color: rgb(145,118,120); }

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

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

 span { border-color: rgb(145,118,120); }

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