Html Css Color HEX #D07A75 Sea Pink

📋 copy color: '#D07A75'

red 208 ◦ green 122 ◦ blue 117

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

Shades of Sea Pink #D07A75

Tints of Sea Pink #D07A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.17%

R = 46.53%
G = 27.29%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D07A75 (or 0xD07A75) is known color: Sea Pink. HEX triplet: D0, 7A and 75. RGB value is (208,122,117). Sum of RGB (Red+Green+Blue) = 208+122+117=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07A75 is #2F858A. Grayscale: #939393. Windows color (decimal): -3114379 or 7699152. OLE color: 7699152.

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

Color convert

RGB 208 122 117 -
CMYK 0 0.41 0.44 0.18
HSL 3.3º 0.49% 0.64% -
HSV(B) 3.3º 0.44% 0.82% -
XYZ 36.18 28.61 20.45 -
YUV 147.14 110.99 171.41 -
System Red Green Blue C M Y K H S L
Decimal 208 122 117 0 0.41 0.44 0.18 3.3 0.49 0.64
Hex D0 7A 75 0 29 2C 12 3 31 40
Octal 320 172 165 0 51 54 22 3 61 100
Binary 11010000 1111010 1110101 0 101001 101100 10010 11 110001 1000000

Color Harmonies of #D07A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07A75

Black with #D07A75

Text Example


Text Example

White with #D07A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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