Html Css Color HEX #D77466 Terra Cotta

📋 copy color: '#D77466'

red 215 ◦ green 116 ◦ blue 102

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

Shades of Terra Cotta #D77466

Tints of Terra Cotta #D77466

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.79%

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

R = 49.65%
G = 26.79%
B = 23.56%

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

#D77466 (or 0xD77466) is known color: Terra Cotta. HEX triplet: D7, 74 and 66. RGB value is (215,116,102). Sum of RGB (Red+Green+Blue) = 215+116+102=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D77466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77466 is #288B99. Grayscale: #909090. Windows color (decimal): -2657178 or 6714583. OLE color: 6714583.

HSL color Cylindrical-coordinate representation of color #D77466: hue angle of 7.43º 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 #D77466 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 116 102 -
CMYK 0 0.46 0.53 0.16
HSL 7.43º 0.59% 0.62% -
HSV(B) 7.43º 0.53% 0.84% -
XYZ 36.67 27.9 16.02 -
YUV 144.01 104.3 178.64 -
System Red Green Blue C M Y K H S L
Decimal 215 116 102 0 0.46 0.53 0.16 7.43 0.59 0.62
Hex D7 74 66 0 2E 35 10 7 3B 3E
Octal 327 164 146 0 56 65 20 7 73 76
Binary 11010111 1110100 1100110 0 101110 110101 10000 111 111011 111110

Color Harmonies of #D77466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77466

Black with #D77466

Text Example


Text Example

White with #D77466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77466; }

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

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

background-color css

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

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

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

border-color css

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

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

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