Html Css Color HEX #D77874 Sea Pink

📋 copy color: '#D77874'

red 215 ◦ green 120 ◦ blue 116

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

Shades of Sea Pink #D77874

Tints of Sea Pink #D77874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.61%

 BLUE value IS 116 (45.7% from 255) = 25.72%

R = 47.67%
G = 26.61%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D77874 (or 0xD77874) is known color: Sea Pink. HEX triplet: D7, 78 and 74. RGB value is (215,120,116). Sum of RGB (Red+Green+Blue) = 215+120+116=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D77874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77874 is #28878B. Grayscale: #949494. Windows color (decimal): -2656140 or 7633111. OLE color: 7633111.

HSL color Cylindrical-coordinate representation of color #D77874: hue angle of 2.42º 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 #D77874 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 120 116 -
CMYK 0 0.44 0.46 0.16
HSL 2.42º 0.55% 0.65% -
HSV(B) 2.42º 0.46% 0.84% -
XYZ 37.89 29.14 20.15 -
YUV 147.95 109.97 175.83 -
System Red Green Blue C M Y K H S L
Decimal 215 120 116 0 0.44 0.46 0.16 2.42 0.55 0.65
Hex D7 78 74 0 2C 2E 10 2 37 41
Octal 327 170 164 0 54 56 20 2 67 101
Binary 11010111 1111000 1110100 0 101100 101110 10000 10 110111 1000001

Color Harmonies of #D77874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77874

Black with #D77874

Text Example


Text Example

White with #D77874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77874; }

 p { color: rgb(215,120,116); }

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

background-color css

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

 a { background-color: rgb(215,120,116); }

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

border-color css

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

 span { border-color: rgb(215,120,116); }

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