Html Css Color HEX #D77572 Sea Pink

📋 copy color: '#D77572'

red 215 ◦ green 117 ◦ blue 114

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

Shades of Sea Pink #D77572

Tints of Sea Pink #D77572

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.23%

 BLUE value IS 114 (44.92% from 255) = 25.56%

R = 48.21%
G = 26.23%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D77572 (or 0xD77572) is known color: Sea Pink. HEX triplet: D7, 75 and 72. RGB value is (215,117,114). Sum of RGB (Red+Green+Blue) = 215+117+114=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D77572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77572 is #288A8D. Grayscale: #929292. Windows color (decimal): -2656910 or 7501271. OLE color: 7501271.

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

Color convert

RGB 215 117 114 -
CMYK 0 0.46 0.47 0.16
HSL 1.78º 0.56% 0.65% -
HSV(B) 1.78º 0.47% 0.84% -
XYZ 37.42 28.38 19.43 -
YUV 145.96 109.97 177.24 -
System Red Green Blue C M Y K H S L
Decimal 215 117 114 0 0.46 0.47 0.16 1.78 0.56 0.65
Hex D7 75 72 0 2E 2F 10 2 38 41
Octal 327 165 162 0 56 57 20 2 70 101
Binary 11010111 1110101 1110010 0 101110 101111 10000 10 111000 1000001

Color Harmonies of #D77572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77572

Black with #D77572

Text Example


Text Example

White with #D77572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77572; }

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

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

background-color css

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

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

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

border-color css

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

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

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