Html Css Color HEX #D07774 Sea Pink

📋 copy color: '#D07774'

red 208 ◦ green 119 ◦ blue 116

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

Shades of Sea Pink #D07774

Tints of Sea Pink #D07774

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.86%

 BLUE value IS 116 (45.7% from 255) = 26.19%

R = 46.95%
G = 26.86%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D07774 (or 0xD07774) is known color: Sea Pink. HEX triplet: D0, 77 and 74. RGB value is (208,119,116). Sum of RGB (Red+Green+Blue) = 208+119+116=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D07774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07774 is #2F888B. Grayscale: #919191. Windows color (decimal): -3115148 or 7632848. OLE color: 7632848.

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

Color convert

RGB 208 119 116 -
CMYK 0 0.43 0.44 0.18
HSL 1.96º 0.49% 0.64% -
HSV(B) 1.96º 0.44% 0.82% -
XYZ 35.76 27.86 20.02 -
YUV 145.27 111.49 172.74 -
System Red Green Blue C M Y K H S L
Decimal 208 119 116 0 0.43 0.44 0.18 1.96 0.49 0.64
Hex D0 77 74 0 2B 2C 12 2 31 40
Octal 320 167 164 0 53 54 22 2 61 100
Binary 11010000 1110111 1110100 0 101011 101100 10010 10 110001 1000000

Color Harmonies of #D07774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07774

Black with #D07774

Text Example


Text Example

White with #D07774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07774; }

 p { color: rgb(208,119,116); }

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

background-color css

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

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

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

border-color css

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

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

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