Html Css Color HEX #D07C7C Sea Pink

📋 copy color: '#D07C7C'

red 208 ◦ green 124 ◦ blue 124

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

Shades of Sea Pink #D07C7C

Tints of Sea Pink #D07C7C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.19%

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

R = 45.61%
G = 27.19%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D07C7C (or 0xD07C7C) is known color: Sea Pink. HEX triplet: D0, 7C and 7C. RGB value is (208,124,124). Sum of RGB (Red+Green+Blue) = 208+124+124=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C7C is #2F8383. Grayscale: #959595. Windows color (decimal): -3113860 or 8158416. OLE color: 8158416.

HSL color Cylindrical-coordinate representation of color #D07C7C: hue angle of 0º 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 #D07C7C is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 124 124 -
CMYK 0 0.40 0.40 0.18
HSL 0.47% 0.65% -
HSV(B) 0.4% 0.82% -
XYZ 36.86 29.28 22.78 -
YUV 149.12 113.83 170 -
System Red Green Blue C M Y K H S L
Decimal 208 124 124 0 0.40 0.40 0.18 0 0.47 0.65
Hex D0 7C 7C 0 28 28 12 0 2F 41
Octal 320 174 174 0 50 50 22 0 57 101
Binary 11010000 1111100 1111100 0 101000 101000 10010 0 101111 1000001

Color Harmonies of #D07C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C7C

Black with #D07C7C

Text Example


Text Example

White with #D07C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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