Html Css Color HEX #D77650 Japonica

📋 copy color: '#D77650'

red 215 ◦ green 118 ◦ blue 80

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

Shades of Japonica #D77650

Tints of Japonica #D77650

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.57%

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

R = 52.06%
G = 28.57%
B = 19.37%

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

#D77650 (or 0xD77650) is known color: Japonica. HEX triplet: D7, 76 and 50. RGB value is (215,118,80). Sum of RGB (Red+Green+Blue) = 215+118+80=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D77650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77650 is #2889AF. Grayscale: #8E8E8E. Windows color (decimal): -2656688 or 5273303. OLE color: 5273303.

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

Color convert

RGB 215 118 80 -
CMYK 0 0.45 0.63 0.16
HSL 16.89º 0.63% 0.58% -
HSV(B) 16.89º 0.63% 0.84% -
XYZ 35.95 27.98 11.1 -
YUV 142.67 92.64 179.59 -
System Red Green Blue C M Y K H S L
Decimal 215 118 80 0 0.45 0.63 0.16 16.89 0.63 0.58
Hex D7 76 50 0 2D 3F 10 11 3F 3A
Octal 327 166 120 0 55 77 20 21 77 72
Binary 11010111 1110110 1010000 0 101101 111111 10000 10001 111111 111010

Color Harmonies of #D77650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77650

Black with #D77650

Text Example


Text Example

White with #D77650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77650; }

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

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

background-color css

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

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

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

border-color css

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

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

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