#C77D56

Color #C77D56 Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #C77D56

Tints of Japonica #C77D56

Color information

#C77D56 (or 0xC77D56) is unknown color: approx Japonica. HEX triplet: C7, 7D and 56. RGB value is (199,125,86). Sum of RGB (Red+Green+Blue) = 199+125+86=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77D56 is #3882A9. Grayscale: #8E8E8E. Windows color (decimal): -3703466 or 5668295. OLE color: 5668295.

HSL color Cylindrical-coordinate representation of color #C77D56: hue angle of 20.71º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C77D56 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB19912586-
CMYK00.370.570.22
HSL20.71º50.22%55.88%-
HSV(B)20.71º56.78%78.04%-
XYZ32.5727.4812.39-
YUV142.6896.02168.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.54%
GREEN value IS 125 (49.22% from 255) = 30.49%
BLUE value IS 86 (33.98% from 255) = 20.98%
R=48.54%
G=30.49%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991258600.370.570.2220.7150.2255.88
HexC77D560253916153238
Octal3071751260457126256270
Binary110001111111101101011001001011110011011010101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77D56; }

 p { color: rgb(199,125,86); }

 H1.HeaderClassName
 {
   color: #C77D56;
 }
 .AnyTagClassName
 {
   color: #C77D56;
 }
</style>
background-color css

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

 a { background-color: rgb(199,125,86); }

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

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

 span { border-color: rgb(199,125,86); }

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