Html Css Color HEX #D77062 Terra Cotta

📋 copy color: '#D77062'

red 215 ◦ green 112 ◦ blue 98

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

Shades of Terra Cotta #D77062

Tints of Terra Cotta #D77062

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.35%

 BLUE value IS 98 (38.67% from 255) = 23.06%

R = 50.59%
G = 26.35%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D77062 (or 0xD77062) is known color: Terra Cotta. HEX triplet: D7, 70 and 62. RGB value is (215,112,98). Sum of RGB (Red+Green+Blue) = 215+112+98=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D77062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77062 is #288F9D. Grayscale: #8D8D8D. Windows color (decimal): -2658206 or 6451415. OLE color: 6451415.

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

Color convert

RGB 215 112 98 -
CMYK 0 0.48 0.54 0.16
HSL 7.18º 0.59% 0.61% -
HSV(B) 7.18º 0.54% 0.84% -
XYZ 36.02 26.92 14.85 -
YUV 141.2 103.62 180.64 -
System Red Green Blue C M Y K H S L
Decimal 215 112 98 0 0.48 0.54 0.16 7.18 0.59 0.61
Hex D7 70 62 0 30 36 10 7 3B 3D
Octal 327 160 142 0 60 66 20 7 73 75
Binary 11010111 1110000 1100010 0 110000 110110 10000 111 111011 111101

Color Harmonies of #D77062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77062

Black with #D77062

Text Example


Text Example

White with #D77062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77062; }

 p { color: rgb(215,112,98); }

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

background-color css

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

 a { background-color: rgb(215,112,98); }

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

border-color css

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

 span { border-color: rgb(215,112,98); }

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