#D77A75

Color #D77A75 Sea Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Pink #D77A75

Tints of Sea Pink #D77A75

Color information

#D77A75 (or 0xD77A75) is unknown color: approx Sea Pink. HEX triplet: D7, 7A and 75. RGB value is (215,122,117). Sum of RGB (Red+Green+Blue) = 215+122+117=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77A75 is #28858A. Grayscale: #959595. Windows color (decimal): -2655627 or 7699159. OLE color: 7699159.

HSL color Cylindrical-coordinate representation of color #D77A75: hue angle of 3.06º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D77A75 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB215122117-
CMYK00.430.460.16
HSL3.06º55.06%65.1%-
HSV(B)3.06º45.58%84.31%-
XYZ38.1929.6520.54-
YUV149.24109.81174.91-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.36%
GREEN value IS 122 (48.05% from 255) = 26.87%
BLUE value IS 117 (46.09% from 255) = 25.77%
R=47.36%
G=26.87%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512211700.430.460.163.0655.0665.1
HexD77A7502B2E1033741
Octal3271721650535620367101
Binary1101011111110101110101010101110111010000111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77A75; }

 p { color: rgb(215,122,117); }

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

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

 a { background-color: rgb(215,122,117); }

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

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

 span { border-color: rgb(215,122,117); }

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