#907677

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

Shades of Turkish Rose #907677

Tints of Turkish Rose #907677

Color information

#907677 (or 0x907677) is unknown color: approx Turkish Rose. HEX triplet: 90, 76 and 77. RGB value is (144,118,119). Sum of RGB (Red+Green+Blue) = 144+118+119=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 144 - color contains mainly: red. Hex color #907677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907677 is #6F8988. Grayscale: #7D7D7D. Windows color (decimal): -7309705 or 7829136. OLE color: 7829136.

HSL color Cylindrical-coordinate representation of color #907677: hue angle of 357.69º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #907677 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB144118119-
CMYK00.180.170.44
HSL357.69º10.48%51.37%-
HSV(B)357.69º18.06%56.47%-
XYZ21.3120.2220.23-
YUV125.89124.11140.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.80%
GREEN value IS 118 (46.48% from 255) = 30.97%
BLUE value IS 119 (46.88% from 255) = 31.23%
R=37.80%
G=30.97%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411811900.180.170.44357.6910.4851.37
Hex907677012112C166a33
Octal22016616702221545461263
Binary1001000011101101110111010010100011011001011001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907677; }

 p { color: rgb(144,118,119); }

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

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

 a { background-color: rgb(144,118,119); }

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

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

 span { border-color: rgb(144,118,119); }

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