Html Css Color HEX #D07674 Sea Pink

📋 copy color: '#D07674'

red 208 ◦ green 118 ◦ blue 116

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

Shades of Sea Pink #D07674

Tints of Sea Pink #D07674

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.7%

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

R = 47.06%
G = 26.7%
B = 26.24%

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

#D07674 (or 0xD07674) is known color: Sea Pink. HEX triplet: D0, 76 and 74. RGB value is (208,118,116). Sum of RGB (Red+Green+Blue) = 208+118+116=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D07674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07674 is #2F898B. Grayscale: #909090. Windows color (decimal): -3115404 or 7632592. OLE color: 7632592.

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

Color convert

RGB 208 118 116 -
CMYK 0 0.43 0.44 0.18
HSL 1.3º 0.49% 0.64% -
HSV(B) 1.3º 0.44% 0.82% -
XYZ 35.64 27.63 19.98 -
YUV 144.68 111.82 173.16 -
System Red Green Blue C M Y K H S L
Decimal 208 118 116 0 0.43 0.44 0.18 1.3 0.49 0.64
Hex D0 76 74 0 2B 2C 12 1 31 40
Octal 320 166 164 0 53 54 22 1 61 100
Binary 11010000 1110110 1110100 0 101011 101100 10010 1 110001 1000000

Color Harmonies of #D07674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07674

Black with #D07674

Text Example


Text Example

White with #D07674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07674; }

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

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

background-color css

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

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

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

border-color css

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

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

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