Html Css Color HEX #D77262 Terra Cotta

📋 copy color: '#D77262'

red 215 ◦ green 114 ◦ blue 98

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

Shades of Terra Cotta #D77262

Tints of Terra Cotta #D77262

RGB

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

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

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

R = 50.35%
G = 26.7%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D77262 (or 0xD77262) is known color: Terra Cotta. HEX triplet: D7, 72 and 62. RGB value is (215,114,98). Sum of RGB (Red+Green+Blue) = 215+114+98=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D77262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77262 is #288D9D. Grayscale: #8E8E8E. Windows color (decimal): -2657694 or 6451927. OLE color: 6451927.

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

Color convert

RGB 215 114 98 -
CMYK 0 0.47 0.54 0.16
HSL 8.21º 0.59% 0.61% -
HSV(B) 8.21º 0.54% 0.84% -
XYZ 36.25 27.36 14.93 -
YUV 142.38 102.96 179.8 -
System Red Green Blue C M Y K H S L
Decimal 215 114 98 0 0.47 0.54 0.16 8.21 0.59 0.61
Hex D7 72 62 0 2F 36 10 8 3B 3D
Octal 327 162 142 0 57 66 20 10 73 75
Binary 11010111 1110010 1100010 0 101111 110110 10000 1000 111011 111101

Color Harmonies of #D77262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77262

Black with #D77262

Text Example


Text Example

White with #D77262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77262; }

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

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

background-color css

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

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

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

border-color css

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

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

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