Html Css Color HEX #D77C7A Sea Pink

📋 copy color: '#D77C7A'

red 215 ◦ green 124 ◦ blue 122

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

Shades of Sea Pink #D77C7A

Tints of Sea Pink #D77C7A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.9%

 BLUE value IS 122 (48.05% from 255) = 26.46%

R = 46.64%
G = 26.9%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D77C7A (or 0xD77C7A) is known color: Sea Pink. HEX triplet: D7, 7C and 7A. RGB value is (215,124,122). Sum of RGB (Red+Green+Blue) = 215+124+122=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77C7A is #288385. Grayscale: #979797. Windows color (decimal): -2655110 or 8027351. OLE color: 8027351.

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

Color convert

RGB 215 124 122 -
CMYK 0 0.42 0.43 0.16
HSL 1.29º 0.54% 0.66% -
HSV(B) 1.29º 0.43% 0.84% -
XYZ 38.74 30.27 22.21 -
YUV 150.98 111.65 173.66 -
System Red Green Blue C M Y K H S L
Decimal 215 124 122 0 0.42 0.43 0.16 1.29 0.54 0.66
Hex D7 7C 7A 0 2A 2B 10 1 36 42
Octal 327 174 172 0 52 53 20 1 66 102
Binary 11010111 1111100 1111010 0 101010 101011 10000 1 110110 1000010

Color Harmonies of #D77C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77C7A

Black with #D77C7A

Text Example


Text Example

White with #D77C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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