Html Css Color HEX #D77D55 Japonica

📋 copy color: '#D77D55'

red 215 ◦ green 125 ◦ blue 85

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

Shades of Japonica #D77D55

Tints of Japonica #D77D55

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.41%

 BLUE value IS 85 (33.59% from 255) = 20%

R = 50.59%
G = 29.41%
B = 20%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D77D55 (or 0xD77D55) is known color: Japonica. HEX triplet: D7, 7D and 55. RGB value is (215,125,85). Sum of RGB (Red+Green+Blue) = 215+125+85=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77D55 is #2882AA. Grayscale: #939393. Windows color (decimal): -2654891 or 5602775. OLE color: 5602775.

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

Color convert

RGB 215 125 85 -
CMYK 0 0.42 0.60 0.16
HSL 18.46º 0.62% 0.59% -
HSV(B) 18.46º 0.6% 0.84% -
XYZ 37 29.77 12.39 -
YUV 147.35 92.82 176.25 -
System Red Green Blue C M Y K H S L
Decimal 215 125 85 0 0.42 0.60 0.16 18.46 0.62 0.59
Hex D7 7D 55 0 2A 3C 10 12 3E 3B
Octal 327 175 125 0 52 74 20 22 76 73
Binary 11010111 1111101 1010101 0 101010 111100 10000 10010 111110 111011

Color Harmonies of #D77D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77D55

Black with #D77D55

Text Example


Text Example

White with #D77D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77D55; }

 p { color: rgb(215,125,85); }

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

background-color css

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

 a { background-color: rgb(215,125,85); }

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

border-color css

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

 span { border-color: rgb(215,125,85); }

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