Html Css Color HEX #D77B76 Sea Pink

📋 copy color: '#D77B76'

red 215 ◦ green 123 ◦ blue 118

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

Shades of Sea Pink #D77B76

Tints of Sea Pink #D77B76

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.97%

 BLUE value IS 118 (46.48% from 255) = 25.88%

R = 47.15%
G = 26.97%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D77B76 (or 0xD77B76) is known color: Sea Pink. HEX triplet: D7, 7B and 76. RGB value is (215,123,118). Sum of RGB (Red+Green+Blue) = 215+123+118=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77B76 is #288489. Grayscale: #969696. Windows color (decimal): -2655370 or 7764951. OLE color: 7764951.

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

Color convert

RGB 215 123 118 -
CMYK 0 0.43 0.45 0.16
HSL 3.09º 0.55% 0.65% -
HSV(B) 3.09º 0.45% 0.84% -
XYZ 38.38 29.92 20.89 -
YUV 149.94 109.98 174.41 -
System Red Green Blue C M Y K H S L
Decimal 215 123 118 0 0.43 0.45 0.16 3.09 0.55 0.65
Hex D7 7B 76 0 2B 2D 10 3 37 41
Octal 327 173 166 0 53 55 20 3 67 101
Binary 11010111 1111011 1110110 0 101011 101101 10000 11 110111 1000001

Color Harmonies of #D77B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77B76

Black with #D77B76

Text Example


Text Example

White with #D77B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77B76; }

 p { color: rgb(215,123,118); }

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

background-color css

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

 a { background-color: rgb(215,123,118); }

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

border-color css

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

 span { border-color: rgb(215,123,118); }

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