Html Css Color HEX #D77162 Terra Cotta

📋 copy color: '#D77162'

red 215 ◦ green 113 ◦ blue 98

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

Shades of Terra Cotta #D77162

Tints of Terra Cotta #D77162

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.53%

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

R = 50.47%
G = 26.53%
B = 23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D77162 (or 0xD77162) is known color: Terra Cotta. HEX triplet: D7, 71 and 62. RGB value is (215,113,98). Sum of RGB (Red+Green+Blue) = 215+113+98=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D77162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77162 is #288E9D. Grayscale: #8D8D8D. Windows color (decimal): -2657950 or 6451671. OLE color: 6451671.

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

Color convert

RGB 215 113 98 -
CMYK 0 0.47 0.54 0.16
HSL 7.69º 0.59% 0.61% -
HSV(B) 7.69º 0.54% 0.84% -
XYZ 36.13 27.14 14.89 -
YUV 141.79 103.29 180.22 -
System Red Green Blue C M Y K H S L
Decimal 215 113 98 0 0.47 0.54 0.16 7.69 0.59 0.61
Hex D7 71 62 0 2F 36 10 8 3B 3D
Octal 327 161 142 0 57 66 20 10 73 75
Binary 11010111 1110001 1100010 0 101111 110110 10000 1000 111011 111101

Color Harmonies of #D77162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77162

Black with #D77162

Text Example


Text Example

White with #D77162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77162; }

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

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

background-color css

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

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

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

border-color css

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

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

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