Html Css Color HEX #D77975 Sea Pink

📋 copy color: '#D77975'

red 215 ◦ green 121 ◦ blue 117

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

Shades of Sea Pink #D77975

Tints of Sea Pink #D77975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.71%

 BLUE value IS 117 (46.09% from 255) = 25.83%

R = 47.46%
G = 26.71%
B = 25.83%

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

#D77975 (or 0xD77975) is known color: Sea Pink. HEX triplet: D7, 79 and 75. RGB value is (215,121,117). Sum of RGB (Red+Green+Blue) = 215+121+117=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D77975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77975 is #28868A. Grayscale: #949494. Windows color (decimal): -2655883 or 7698903. OLE color: 7698903.

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

Color convert

RGB 215 121 117 -
CMYK 0 0.44 0.46 0.16
HSL 2.45º 0.55% 0.65% -
HSV(B) 2.45º 0.46% 0.84% -
XYZ 38.07 29.41 20.5 -
YUV 148.65 110.14 175.33 -
System Red Green Blue C M Y K H S L
Decimal 215 121 117 0 0.44 0.46 0.16 2.45 0.55 0.65
Hex D7 79 75 0 2C 2E 10 2 37 41
Octal 327 171 165 0 54 56 20 2 67 101
Binary 11010111 1111001 1110101 0 101100 101110 10000 10 110111 1000001

Color Harmonies of #D77975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77975

Black with #D77975

Text Example


Text Example

White with #D77975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77975; }

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

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

background-color css

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

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

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

border-color css

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

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

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