Html Css Color HEX #D77F7D Sea Pink

📋 copy color: '#D77F7D'

red 215 ◦ green 127 ◦ blue 125

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

Shades of Sea Pink #D77F7D

Tints of Sea Pink #D77F7D

RGB

 RED value IS 215 (84.38% from 255) = 46.04%

 GREEN value IS 127 (50% from 255) = 27.19%

 BLUE value IS 125 (49.22% from 255) = 26.77%

R = 46.04%
G = 27.19%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D77F7D (or 0xD77F7D) is known color: Sea Pink. HEX triplet: D7, 7F and 7D. RGB value is (215,127,125). Sum of RGB (Red+Green+Blue) = 215+127+125=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77F7D is #288082. Grayscale: #999999. Windows color (decimal): -2654339 or 8224727. OLE color: 8224727.

HSL color Cylindrical-coordinate representation of color #D77F7D: hue angle of 1.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77F7D is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 127 125 -
CMYK 0 0.41 0.42 0.16
HSL 1.33º 0.53% 0.67% -
HSV(B) 1.33º 0.42% 0.84% -
XYZ 39.32 31.11 23.33 -
YUV 153.08 112.15 172.16 -
System Red Green Blue C M Y K H S L
Decimal 215 127 125 0 0.41 0.42 0.16 1.33 0.53 0.67
Hex D7 7F 7D 0 29 2A 10 1 35 43
Octal 327 177 175 0 51 52 20 1 65 103
Binary 11010111 1111111 1111101 0 101001 101010 10000 1 110101 1000011

Color Harmonies of #D77F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77F7D

Black with #D77F7D

Text Example


Text Example

White with #D77F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77F7D; }

 p { color: rgb(215,127,125); }

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

background-color css

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

 a { background-color: rgb(215,127,125); }

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

border-color css

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

 span { border-color: rgb(215,127,125); }

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