Html Css Color HEX #D77268 Terra Cotta

📋 copy color: '#D77268'

red 215 ◦ green 114 ◦ blue 104

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

Shades of Terra Cotta #D77268

Tints of Terra Cotta #D77268

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.33%

 BLUE value IS 104 (41.02% from 255) = 24.02%

R = 49.65%
G = 26.33%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D77268 (or 0xD77268) is known color: Terra Cotta. HEX triplet: D7, 72 and 68. RGB value is (215,114,104). Sum of RGB (Red+Green+Blue) = 215+114+104=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D77268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77268 is #288D97. Grayscale: #8F8F8F. Windows color (decimal): -2657688 or 6845143. OLE color: 6845143.

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

Color convert

RGB 215 114 104 -
CMYK 0 0.47 0.52 0.16
HSL 5.41º 0.58% 0.63% -
HSV(B) 5.41º 0.52% 0.84% -
XYZ 36.54 27.48 16.48 -
YUV 143.06 105.96 179.31 -
System Red Green Blue C M Y K H S L
Decimal 215 114 104 0 0.47 0.52 0.16 5.41 0.58 0.63
Hex D7 72 68 0 2F 34 10 5 3A 3F
Octal 327 162 150 0 57 64 20 5 72 77
Binary 11010111 1110010 1101000 0 101111 110100 10000 101 111010 111111

Color Harmonies of #D77268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77268

Black with #D77268

Text Example


Text Example

White with #D77268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77268; }

 p { color: rgb(215,114,104); }

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

background-color css

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

 a { background-color: rgb(215,114,104); }

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

border-color css

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

 span { border-color: rgb(215,114,104); }

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