Html Css Color HEX #D77156 Japonica

📋 copy color: '#D77156'

red 215 ◦ green 113 ◦ blue 86

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

Shades of Japonica #D77156

Tints of Japonica #D77156

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.29%

 BLUE value IS 86 (33.98% from 255) = 20.77%

R = 51.93%
G = 27.29%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.6

 K value IS 0.16

RGB Variations

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

Color information

#D77156 (or 0xD77156) is known color: Japonica. HEX triplet: D7, 71 and 56. RGB value is (215,113,86). Sum of RGB (Red+Green+Blue) = 215+113+86=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D77156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77156 is #288EA9. Grayscale: #8C8C8C. Windows color (decimal): -2657962 or 5665239. OLE color: 5665239.

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

Color convert

RGB 215 113 86 -
CMYK 0 0.47 0.6 0.16
HSL 12.56º 0.62% 0.59% -
HSV(B) 12.56º 0.6% 0.84% -
XYZ 35.61 26.93 12.13 -
YUV 140.42 97.29 181.2 -
System Red Green Blue C M Y K H S L
Decimal 215 113 86 0 0.47 0.6 0.16 12.56 0.62 0.59
Hex D7 71 56 0 2F 3C 10 D 3E 3B
Octal 327 161 126 0 57 74 20 15 76 73
Binary 11010111 1110001 1010110 0 101111 111100 10000 1101 111110 111011

Color Harmonies of #D77156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77156

Black with #D77156

Text Example


Text Example

White with #D77156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77156; }

 p { color: rgb(215,113,86); }

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

background-color css

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

 a { background-color: rgb(215,113,86); }

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

border-color css

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

 span { border-color: rgb(215,113,86); }

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