Html Css Color HEX #D77566 Terra Cotta

📋 copy color: '#D77566'

red 215 ◦ green 117 ◦ blue 102

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

Shades of Terra Cotta #D77566

Tints of Terra Cotta #D77566

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.96%

 BLUE value IS 102 (40.23% from 255) = 23.5%

R = 49.54%
G = 26.96%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D77566 (or 0xD77566) is known color: Terra Cotta. HEX triplet: D7, 75 and 66. RGB value is (215,117,102). Sum of RGB (Red+Green+Blue) = 215+117+102=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D77566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77566 is #288A99. Grayscale: #909090. Windows color (decimal): -2656922 or 6714839. OLE color: 6714839.

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

Color convert

RGB 215 117 102 -
CMYK 0 0.46 0.53 0.16
HSL 7.96º 0.59% 0.62% -
HSV(B) 7.96º 0.53% 0.84% -
XYZ 36.78 28.13 16.06 -
YUV 144.59 103.97 178.22 -
System Red Green Blue C M Y K H S L
Decimal 215 117 102 0 0.46 0.53 0.16 7.96 0.59 0.62
Hex D7 75 66 0 2E 35 10 8 3B 3E
Octal 327 165 146 0 56 65 20 10 73 76
Binary 11010111 1110101 1100110 0 101110 110101 10000 1000 111011 111110

Color Harmonies of #D77566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77566

Black with #D77566

Text Example


Text Example

White with #D77566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77566; }

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

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

background-color css

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

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

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

border-color css

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

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

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