Html Css Color HEX #D27772 Sea Pink

📋 copy color: '#D27772'

red 210 ◦ green 119 ◦ blue 114

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

Shades of Sea Pink #D27772

Tints of Sea Pink #D27772

RGB

 RED value IS 210 (82.42% from 255) = 47.4%

 GREEN value IS 119 (46.88% from 255) = 26.86%

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

R = 47.4%
G = 26.86%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D27772 (or 0xD27772) is known color: Sea Pink. HEX triplet: D2, 77 and 72. RGB value is (210,119,114). Sum of RGB (Red+Green+Blue) = 210+119+114=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D27772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27772 is #2D888D. Grayscale: #919191. Windows color (decimal): -2984078 or 7501778. OLE color: 7501778.

HSL color Cylindrical-coordinate representation of color #D27772: hue angle of 3.12º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D27772 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 119 114 -
CMYK 0 0.43 0.46 0.18
HSL 3.13º 0.52% 0.64% -
HSV(B) 3.13º 0.46% 0.82% -
XYZ 36.21 28.11 19.44 -
YUV 145.64 110.15 173.91 -
System Red Green Blue C M Y K H S L
Decimal 210 119 114 0 0.43 0.46 0.18 3.13 0.52 0.64
Hex D2 77 72 0 2B 2E 12 3 34 40
Octal 322 167 162 0 53 56 22 3 64 100
Binary 11010010 1110111 1110010 0 101011 101110 10010 11 110100 1000000

Color Harmonies of #D27772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27772

Black with #D27772

Text Example


Text Example

White with #D27772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27772; }

 p { color: rgb(210,119,114); }

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

background-color css

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

 a { background-color: rgb(210,119,114); }

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

border-color css

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

 span { border-color: rgb(210,119,114); }

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