Html Css Color HEX #D77360 Terra Cotta

📋 copy color: '#D77360'

red 215 ◦ green 115 ◦ blue 96

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

Shades of Terra Cotta #D77360

Tints of Terra Cotta #D77360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27%

 BLUE value IS 96 (37.89% from 255) = 22.54%

R = 50.47%
G = 27%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D77360 (or 0xD77360) is known color: Terra Cotta. HEX triplet: D7, 73 and 60. RGB value is (215,115,96). Sum of RGB (Red+Green+Blue) = 215+115+96=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D77360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77360 is #288C9F. Grayscale: #8E8E8E. Windows color (decimal): -2657440 or 6321111. OLE color: 6321111.

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

Color convert

RGB 215 115 96 -
CMYK 0 0.47 0.55 0.16
HSL 9.58º 0.6% 0.61% -
HSV(B) 9.58º 0.55% 0.84% -
XYZ 36.27 27.55 14.47 -
YUV 142.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 215 115 96 0 0.47 0.55 0.16 9.58 0.6 0.61
Hex D7 73 60 0 2F 37 10 A 3C 3D
Octal 327 163 140 0 57 67 20 12 74 75
Binary 11010111 1110011 1100000 0 101111 110111 10000 1010 111100 111101

Color Harmonies of #D77360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77360

Black with #D77360

Text Example


Text Example

White with #D77360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77360; }

 p { color: rgb(215,115,96); }

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

background-color css

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

 a { background-color: rgb(215,115,96); }

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

border-color css

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

 span { border-color: rgb(215,115,96); }

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