Html Css Color HEX #D07C7A Sea Pink

📋 copy color: '#D07C7A'

red 208 ◦ green 124 ◦ blue 122

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

Shades of Sea Pink #D07C7A

Tints of Sea Pink #D07C7A

RGB

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

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

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

R = 45.81%
G = 27.31%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D07C7A (or 0xD07C7A) is known color: Sea Pink. HEX triplet: D0, 7C and 7A. RGB value is (208,124,122). Sum of RGB (Red+Green+Blue) = 208+124+122=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C7A is #2F8385. Grayscale: #949494. Windows color (decimal): -3113862 or 8027344. OLE color: 8027344.

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

Color convert

RGB 208 124 122 -
CMYK 0 0.40 0.41 0.18
HSL 1.4º 0.48% 0.65% -
HSV(B) 1.4º 0.41% 0.82% -
XYZ 36.73 29.23 22.12 -
YUV 148.89 112.83 170.16 -
System Red Green Blue C M Y K H S L
Decimal 208 124 122 0 0.40 0.41 0.18 1.4 0.48 0.65
Hex D0 7C 7A 0 28 29 12 1 30 41
Octal 320 174 172 0 50 51 22 1 60 101
Binary 11010000 1111100 1111010 0 101000 101001 10010 1 110000 1000001

Color Harmonies of #D07C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C7A

Black with #D07C7A

Text Example


Text Example

White with #D07C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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