#C7755A

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

Shades of Japonica #C7755A

Tints of Japonica #C7755A

Color information

#C7755A (or 0xC7755A) is unknown color: approx Japonica. HEX triplet: C7, 75 and 5A. RGB value is (199,117,90). Sum of RGB (Red+Green+Blue) = 199+117+90=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C7755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7755A is #388AA5. Grayscale: #8A8A8A. Windows color (decimal): -3705510 or 5928391. OLE color: 5928391.

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

Color convert

RGB19911790-
CMYK00.410.550.22
HSL14.86º49.32%56.67%-
HSV(B)14.86º54.77%78.04%-
XYZ31.7625.612.94-
YUV138.44100.67171.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.01%
GREEN value IS 117 (46.09% from 255) = 28.82%
BLUE value IS 90 (35.55% from 255) = 22.17%
R=49.01%
G=28.82%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991179000.410.550.2214.8649.3256.67
HexC7755A0293716f3139
Octal3071651320516726176171
Binary11000111111010110110100101001110111101101111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7755A; }

 p { color: rgb(199,117,90); }

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

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

 a { background-color: rgb(199,117,90); }

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

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

 span { border-color: rgb(199,117,90); }

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