Html Css Color HEX #D77750 Japonica

📋 copy color: '#D77750'

red 215 ◦ green 119 ◦ blue 80

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

Shades of Japonica #D77750

Tints of Japonica #D77750

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.74%

 BLUE value IS 80 (31.64% from 255) = 19.32%

R = 51.93%
G = 28.74%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D77750 (or 0xD77750) is known color: Japonica. HEX triplet: D7, 77 and 50. RGB value is (215,119,80). Sum of RGB (Red+Green+Blue) = 215+119+80=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D77750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77750 is #2888AF. Grayscale: #8F8F8F. Windows color (decimal): -2656432 or 5273559. OLE color: 5273559.

HSL color Cylindrical-coordinate representation of color #D77750: hue angle of 17.33º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D77750 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 119 80 -
CMYK 0 0.45 0.63 0.16
HSL 17.33º 0.63% 0.58% -
HSV(B) 17.33º 0.63% 0.84% -
XYZ 36.07 28.22 11.14 -
YUV 143.26 92.3 179.17 -
System Red Green Blue C M Y K H S L
Decimal 215 119 80 0 0.45 0.63 0.16 17.33 0.63 0.58
Hex D7 77 50 0 2D 3F 10 11 3F 3A
Octal 327 167 120 0 55 77 20 21 77 72
Binary 11010111 1110111 1010000 0 101101 111111 10000 10001 111111 111010

Color Harmonies of #D77750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77750

Black with #D77750

Text Example


Text Example

White with #D77750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77750; }

 p { color: rgb(215,119,80); }

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

background-color css

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

 a { background-color: rgb(215,119,80); }

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

border-color css

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

 span { border-color: rgb(215,119,80); }

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