Html Css Color HEX #D07E7B Sea Pink

📋 copy color: '#D07E7B'

red 208 ◦ green 126 ◦ blue 123

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

Shades of Sea Pink #D07E7B

Tints of Sea Pink #D07E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.91%

R = 45.51%
G = 27.57%
B = 26.91%

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

#D07E7B (or 0xD07E7B) is known color: Sea Pink. HEX triplet: D0, 7E and 7B. RGB value is (208,126,123). Sum of RGB (Red+Green+Blue) = 208+126+123=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E7B is #2F8184. Grayscale: #969696. Windows color (decimal): -3113349 or 8093392. OLE color: 8093392.

HSL color Cylindrical-coordinate representation of color #D07E7B: hue angle of 2.12º degrees, saturation: 0.47, 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 #D07E7B is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 126 123 -
CMYK 0 0.39 0.41 0.18
HSL 2.12º 0.47% 0.65% -
HSV(B) 2.12º 0.41% 0.82% -
XYZ 37.05 29.76 22.53 -
YUV 150.18 112.67 169.24 -
System Red Green Blue C M Y K H S L
Decimal 208 126 123 0 0.39 0.41 0.18 2.12 0.47 0.65
Hex D0 7E 7B 0 27 29 12 2 2F 41
Octal 320 176 173 0 47 51 22 2 57 101
Binary 11010000 1111110 1111011 0 100111 101001 10010 10 101111 1000001

Color Harmonies of #D07E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E7B

Black with #D07E7B

Text Example


Text Example

White with #D07E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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