Html Css Color HEX #D07A76 Sea Pink

📋 copy color: '#D07A76'

red 208 ◦ green 122 ◦ blue 118

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

Shades of Sea Pink #D07A76

Tints of Sea Pink #D07A76

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.23%

 BLUE value IS 118 (46.48% from 255) = 26.34%

R = 46.43%
G = 27.23%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D07A76 (or 0xD07A76) is known color: Sea Pink. HEX triplet: D0, 7A and 76. RGB value is (208,122,118). Sum of RGB (Red+Green+Blue) = 208+122+118=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07A76 is #2F8589. Grayscale: #939393. Windows color (decimal): -3114378 or 7764688. OLE color: 7764688.

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

Color convert

RGB 208 122 118 -
CMYK 0 0.41 0.43 0.18
HSL 2.67º 0.49% 0.64% -
HSV(B) 2.67º 0.43% 0.82% -
XYZ 36.24 28.64 20.76 -
YUV 147.26 111.49 171.33 -
System Red Green Blue C M Y K H S L
Decimal 208 122 118 0 0.41 0.43 0.18 2.67 0.49 0.64
Hex D0 7A 76 0 29 2B 12 3 31 40
Octal 320 172 166 0 51 53 22 3 61 100
Binary 11010000 1111010 1110110 0 101001 101011 10010 11 110001 1000000

Color Harmonies of #D07A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07A76

Black with #D07A76

Text Example


Text Example

White with #D07A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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