Html Css Color HEX #D77468 Terra Cotta

📋 copy color: '#D77468'

red 215 ◦ green 116 ◦ blue 104

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

Shades of Terra Cotta #D77468

Tints of Terra Cotta #D77468

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.67%

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

R = 49.43%
G = 26.67%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D77468 (or 0xD77468) is known color: Terra Cotta. HEX triplet: D7, 74 and 68. RGB value is (215,116,104). Sum of RGB (Red+Green+Blue) = 215+116+104=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D77468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77468 is #288B97. Grayscale: #909090. Windows color (decimal): -2657176 or 6845655. OLE color: 6845655.

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

Color convert

RGB 215 116 104 -
CMYK 0 0.46 0.52 0.16
HSL 6.49º 0.58% 0.63% -
HSV(B) 6.49º 0.52% 0.84% -
XYZ 36.77 27.94 16.55 -
YUV 144.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 215 116 104 0 0.46 0.52 0.16 6.49 0.58 0.63
Hex D7 74 68 0 2E 34 10 6 3A 3F
Octal 327 164 150 0 56 64 20 6 72 77
Binary 11010111 1110100 1101000 0 101110 110100 10000 110 111010 111111

Color Harmonies of #D77468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77468

Black with #D77468

Text Example


Text Example

White with #D77468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77468; }

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

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

background-color css

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

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

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

border-color css

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

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

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