#C77755

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

Shades of Japonica #C77755

Tints of Japonica #C77755

Color information

#C77755 (or 0xC77755) is unknown color: approx Japonica. HEX triplet: C7, 77 and 55. RGB value is (199,119,85). Sum of RGB (Red+Green+Blue) = 199+119+85=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C77755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77755 is #3888AA. Grayscale: #8B8B8B. Windows color (decimal): -3705003 or 5601223. OLE color: 5601223.

HSL color Cylindrical-coordinate representation of color #C77755: hue angle of 17.89º 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 #C77755 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB19911985-
CMYK00.400.570.22
HSL17.89º50.44%55.69%-
HSV(B)17.89º57.29%78.04%-
XYZ31.7925.9911.94-
YUV139.0497.5170.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.38%
GREEN value IS 119 (46.88% from 255) = 29.53%
BLUE value IS 85 (33.59% from 255) = 21.09%
R=49.38%
G=29.53%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991198500.400.570.2217.8950.4455.69
HexC777550283916123238
Octal3071671250507126226270
Binary110001111110111101010101010001110011011010010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77755; }

 p { color: rgb(199,119,85); }

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

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

 a { background-color: rgb(199,119,85); }

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

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

 span { border-color: rgb(199,119,85); }

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