Html Css Color HEX #D77462 Terra Cotta

📋 copy color: '#D77462'

red 215 ◦ green 116 ◦ blue 98

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

Shades of Terra Cotta #D77462

Tints of Terra Cotta #D77462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.84%

R = 50.12%
G = 27.04%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D77462 (or 0xD77462) is known color: Terra Cotta. HEX triplet: D7, 74 and 62. RGB value is (215,116,98). Sum of RGB (Red+Green+Blue) = 215+116+98=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D77462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77462 is #288B9D. Grayscale: #8F8F8F. Windows color (decimal): -2657182 or 6452439. OLE color: 6452439.

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

Color convert

RGB 215 116 98 -
CMYK 0 0.46 0.54 0.16
HSL 9.23º 0.59% 0.61% -
HSV(B) 9.23º 0.54% 0.84% -
XYZ 36.47 27.82 15 -
YUV 143.55 102.3 178.96 -
System Red Green Blue C M Y K H S L
Decimal 215 116 98 0 0.46 0.54 0.16 9.23 0.59 0.61
Hex D7 74 62 0 2E 36 10 9 3B 3D
Octal 327 164 142 0 56 66 20 11 73 75
Binary 11010111 1110100 1100010 0 101110 110110 10000 1001 111011 111101

Color Harmonies of #D77462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77462

Black with #D77462

Text Example


Text Example

White with #D77462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77462; }

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

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

background-color css

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

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

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

border-color css

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

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

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