#C77D55

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

Shades of Japonica #C77D55

Tints of Japonica #C77D55

Color information

#C77D55 (or 0xC77D55) is unknown color: approx Japonica. HEX triplet: C7, 7D and 55. RGB value is (199,125,85). Sum of RGB (Red+Green+Blue) = 199+125+85=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77D55 is #3882AA. Grayscale: #8E8E8E. Windows color (decimal): -3703467 or 5602759. OLE color: 5602759.

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

Color convert

RGB19912585-
CMYK00.370.570.22
HSL21.05º50.44%55.69%-
HSV(B)21.05º57.29%78.04%-
XYZ32.5327.4712.18-
YUV142.5795.52168.25-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.66%
GREEN value IS 125 (49.22% from 255) = 30.56%
BLUE value IS 85 (33.59% from 255) = 20.78%
R=48.66%
G=30.56%
B=20.78%

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
Decimal1991258500.370.570.2221.0550.4455.69
HexC77D550253916153238
Octal3071751250457126256270
Binary110001111111101101010101001011110011011010101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77D55; }

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

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

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

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

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

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

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

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