Html Css Color HEX #D07E7A Sea Pink

📋 copy color: '#D07E7A'

red 208 ◦ green 126 ◦ blue 122

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

Shades of Sea Pink #D07E7A

Tints of Sea Pink #D07E7A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.63%

 BLUE value IS 122 (48.05% from 255) = 26.75%

R = 45.61%
G = 27.63%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D07E7A (or 0xD07E7A) is known color: Sea Pink. HEX triplet: D0, 7E and 7A. RGB value is (208,126,122). Sum of RGB (Red+Green+Blue) = 208+126+122=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E7A is #2F8185. Grayscale: #969696. Windows color (decimal): -3113350 or 8027856. OLE color: 8027856.

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

Color convert

RGB 208 126 122 -
CMYK 0 0.39 0.41 0.18
HSL 2.79º 0.48% 0.65% -
HSV(B) 2.79º 0.41% 0.82% -
XYZ 36.99 29.74 22.2 -
YUV 150.06 112.17 169.33 -
System Red Green Blue C M Y K H S L
Decimal 208 126 122 0 0.39 0.41 0.18 2.79 0.48 0.65
Hex D0 7E 7A 0 27 29 12 3 30 41
Octal 320 176 172 0 47 51 22 3 60 101
Binary 11010000 1111110 1111010 0 100111 101001 10010 11 110000 1000001

Color Harmonies of #D07E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E7A

Black with #D07E7A

Text Example


Text Example

White with #D07E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E7A; }

 p { color: rgb(208,126,122); }

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

background-color css

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

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

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

border-color css

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

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

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