Html Css Color HEX #D77A58 Japonica

📋 copy color: '#D77A58'

red 215 ◦ green 122 ◦ blue 88

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

Shades of Japonica #D77A58

Tints of Japonica #D77A58

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.71%

 BLUE value IS 88 (34.77% from 255) = 20.71%

R = 50.59%
G = 28.71%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D77A58 (or 0xD77A58) is known color: Japonica. HEX triplet: D7, 7A and 58. RGB value is (215,122,88). Sum of RGB (Red+Green+Blue) = 215+122+88=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77A58 is #2885A7. Grayscale: #929292. Windows color (decimal): -2655656 or 5798615. OLE color: 5798615.

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

Color convert

RGB 215 122 88 -
CMYK 0 0.43 0.59 0.16
HSL 16.06º 0.61% 0.59% -
HSV(B) 16.06º 0.59% 0.84% -
XYZ 36.75 29.07 12.91 -
YUV 145.93 95.31 177.26 -
System Red Green Blue C M Y K H S L
Decimal 215 122 88 0 0.43 0.59 0.16 16.06 0.61 0.59
Hex D7 7A 58 0 2B 3B 10 10 3D 3B
Octal 327 172 130 0 53 73 20 20 75 73
Binary 11010111 1111010 1011000 0 101011 111011 10000 10000 111101 111011

Color Harmonies of #D77A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77A58

Black with #D77A58

Text Example


Text Example

White with #D77A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77A58; }

 p { color: rgb(215,122,88); }

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

background-color css

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

 a { background-color: rgb(215,122,88); }

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

border-color css

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

 span { border-color: rgb(215,122,88); }

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