Html Css Color HEX #D77467 Terra Cotta

📋 copy color: '#D77467'

red 215 ◦ green 116 ◦ blue 103

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

Shades of Terra Cotta #D77467

Tints of Terra Cotta #D77467

RGB

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

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

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

R = 49.54%
G = 26.73%
B = 23.73%

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

#D77467 (or 0xD77467) is known color: Terra Cotta. HEX triplet: D7, 74 and 67. RGB value is (215,116,103). Sum of RGB (Red+Green+Blue) = 215+116+103=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D77467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77467 is #288B98. Grayscale: #909090. Windows color (decimal): -2657177 or 6780119. OLE color: 6780119.

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

Color convert

RGB 215 116 103 -
CMYK 0 0.46 0.52 0.16
HSL 6.96º 0.58% 0.62% -
HSV(B) 6.96º 0.52% 0.84% -
XYZ 36.72 27.92 16.29 -
YUV 144.12 104.8 178.56 -
System Red Green Blue C M Y K H S L
Decimal 215 116 103 0 0.46 0.52 0.16 6.96 0.58 0.62
Hex D7 74 67 0 2E 34 10 7 3A 3E
Octal 327 164 147 0 56 64 20 7 72 76
Binary 11010111 1110100 1100111 0 101110 110100 10000 111 111010 111110

Color Harmonies of #D77467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77467

Black with #D77467

Text Example


Text Example

White with #D77467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77467; }

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

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

background-color css

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

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

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

border-color css

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

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

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