Html Css Color HEX #D77A75 Sea Pink

📋 copy color: '#D77A75'

red 215 ◦ green 122 ◦ blue 117

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

Shades of Sea Pink #D77A75

Tints of Sea Pink #D77A75

RGB

 RED value IS 215 (84.38% from 255) = 47.36%

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

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

R = 47.36%
G = 26.87%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D77A75 (or 0xD77A75) is known color: Sea Pink. HEX triplet: D7, 7A and 75. RGB value is (215,122,117). Sum of RGB (Red+Green+Blue) = 215+122+117=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77A75 is #28858A. Grayscale: #959595. Windows color (decimal): -2655627 or 7699159. OLE color: 7699159.

HSL color Cylindrical-coordinate representation of color #D77A75: hue angle of 3.06º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D77A75 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 122 117 -
CMYK 0 0.43 0.46 0.16
HSL 3.06º 0.55% 0.65% -
HSV(B) 3.06º 0.46% 0.84% -
XYZ 38.19 29.65 20.54 -
YUV 149.24 109.81 174.91 -
System Red Green Blue C M Y K H S L
Decimal 215 122 117 0 0.43 0.46 0.16 3.06 0.55 0.65
Hex D7 7A 75 0 2B 2E 10 3 37 41
Octal 327 172 165 0 53 56 20 3 67 101
Binary 11010111 1111010 1110101 0 101011 101110 10000 11 110111 1000001

Color Harmonies of #D77A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77A75

Black with #D77A75

Text Example


Text Example

White with #D77A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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