Html Css Color HEX #D07F7C Sea Pink

📋 copy color: '#D07F7C'

red 208 ◦ green 127 ◦ blue 124

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

Shades of Sea Pink #D07F7C

Tints of Sea Pink #D07F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.02%

R = 45.32%
G = 27.67%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D07F7C (or 0xD07F7C) is known color: Sea Pink. HEX triplet: D0, 7F and 7C. RGB value is (208,127,124). Sum of RGB (Red+Green+Blue) = 208+127+124=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07F7C is #2F8083. Grayscale: #969696. Windows color (decimal): -3113092 or 8159184. OLE color: 8159184.

HSL color Cylindrical-coordinate representation of color #D07F7C: hue angle of 2.14º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07F7C is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 127 124 -
CMYK 0 0.39 0.40 0.18
HSL 2.14º 0.47% 0.65% -
HSV(B) 2.14º 0.4% 0.82% -
XYZ 37.24 30.04 22.91 -
YUV 150.88 112.84 168.74 -
System Red Green Blue C M Y K H S L
Decimal 208 127 124 0 0.39 0.40 0.18 2.14 0.47 0.65
Hex D0 7F 7C 0 27 28 12 2 2F 41
Octal 320 177 174 0 47 50 22 2 57 101
Binary 11010000 1111111 1111100 0 100111 101000 10010 10 101111 1000001

Color Harmonies of #D07F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F7C

Black with #D07F7C

Text Example


Text Example

White with #D07F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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