Html Css Color HEX #D77767 Terra Cotta

📋 copy color: '#D77767'

red 215 ◦ green 119 ◦ blue 103

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

Shades of Terra Cotta #D77767

Tints of Terra Cotta #D77767

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.23%

 BLUE value IS 103 (40.63% from 255) = 23.57%

R = 49.2%
G = 27.23%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D77767 (or 0xD77767) is known color: Terra Cotta. HEX triplet: D7, 77 and 67. RGB value is (215,119,103). Sum of RGB (Red+Green+Blue) = 215+119+103=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D77767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77767 is #288898. Grayscale: #929292. Windows color (decimal): -2656409 or 6780887. OLE color: 6780887.

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

Color convert

RGB 215 119 103 -
CMYK 0 0.45 0.52 0.16
HSL 8.57º 0.58% 0.62% -
HSV(B) 8.57º 0.52% 0.84% -
XYZ 37.07 28.62 16.4 -
YUV 145.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 215 119 103 0 0.45 0.52 0.16 8.57 0.58 0.62
Hex D7 77 67 0 2D 34 10 9 3A 3E
Octal 327 167 147 0 55 64 20 11 72 76
Binary 11010111 1110111 1100111 0 101101 110100 10000 1001 111010 111110

Color Harmonies of #D77767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77767

Black with #D77767

Text Example


Text Example

White with #D77767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77767; }

 p { color: rgb(215,119,103); }

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

background-color css

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

 a { background-color: rgb(215,119,103); }

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

border-color css

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

 span { border-color: rgb(215,119,103); }

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