Html Css Color HEX #D07F78 Sea Pink

📋 copy color: '#D07F78'

red 208 ◦ green 127 ◦ blue 120

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

Shades of Sea Pink #D07F78

Tints of Sea Pink #D07F78

RGB

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

 GREEN value IS 127 (50% from 255) = 27.91%

 BLUE value IS 120 (47.27% from 255) = 26.37%

R = 45.71%
G = 27.91%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D07F78 (or 0xD07F78) is known color: Sea Pink. HEX triplet: D0, 7F and 78. RGB value is (208,127,120). Sum of RGB (Red+Green+Blue) = 208+127+120=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07F78 is #2F8087. Grayscale: #969696. Windows color (decimal): -3113096 or 7897040. OLE color: 7897040.

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

Color convert

RGB 208 127 120 -
CMYK 0 0.39 0.42 0.18
HSL 4.77º 0.48% 0.64% -
HSV(B) 4.77º 0.42% 0.82% -
XYZ 36.99 29.94 21.6 -
YUV 150.42 110.84 169.07 -
System Red Green Blue C M Y K H S L
Decimal 208 127 120 0 0.39 0.42 0.18 4.77 0.48 0.64
Hex D0 7F 78 0 27 2A 12 5 30 40
Octal 320 177 170 0 47 52 22 5 60 100
Binary 11010000 1111111 1111000 0 100111 101010 10010 101 110000 1000000

Color Harmonies of #D07F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F78

Black with #D07F78

Text Example


Text Example

White with #D07F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F78; }

 p { color: rgb(208,127,120); }

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

background-color css

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

 a { background-color: rgb(208,127,120); }

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

border-color css

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

 span { border-color: rgb(208,127,120); }

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