Html Css Color HEX #D07772 Sea Pink

📋 copy color: '#D07772'

red 208 ◦ green 119 ◦ blue 114

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

Shades of Sea Pink #D07772

Tints of Sea Pink #D07772

RGB

 RED value IS 208 (81.64% from 255) = 47.17%

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

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

R = 47.17%
G = 26.98%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D07772 (or 0xD07772) is known color: Sea Pink. HEX triplet: D0, 77 and 72. RGB value is (208,119,114). Sum of RGB (Red+Green+Blue) = 208+119+114=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D07772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07772 is #2F888D. Grayscale: #919191. Windows color (decimal): -3115150 or 7501776. OLE color: 7501776.

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

Color convert

RGB 208 119 114 -
CMYK 0 0.43 0.45 0.18
HSL 3.19º 0.5% 0.63% -
HSV(B) 3.19º 0.45% 0.82% -
XYZ 35.65 27.82 19.41 -
YUV 145.04 110.49 172.91 -
System Red Green Blue C M Y K H S L
Decimal 208 119 114 0 0.43 0.45 0.18 3.19 0.5 0.63
Hex D0 77 72 0 2B 2D 12 3 32 3F
Octal 320 167 162 0 53 55 22 3 62 77
Binary 11010000 1110111 1110010 0 101011 101101 10010 11 110010 111111

Color Harmonies of #D07772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07772

Black with #D07772

Text Example


Text Example

White with #D07772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07772; }

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

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

background-color css

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

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

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

border-color css

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

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

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