Html Css Color HEX #C7755E Japonica

📋 copy color: '#C7755E'

red 199 ◦ green 117 ◦ blue 94

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

Shades of Japonica #C7755E

Tints of Japonica #C7755E

RGB

 RED value IS 199 (78.13% from 255) = 48.54%

 GREEN value IS 117 (46.09% from 255) = 28.54%

 BLUE value IS 94 (37.11% from 255) = 22.93%

R = 48.54%
G = 28.54%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7755E (or 0xC7755E) is known color: Japonica. HEX triplet: C7, 75 and 5E. RGB value is (199,117,94). Sum of RGB (Red+Green+Blue) = 199+117+94=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C7755E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7755E is #388AA1. Grayscale: #8B8B8B. Windows color (decimal): -3705506 or 6190535. OLE color: 6190535.

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

Color convert

RGB 199 117 94 -
CMYK 0 0.41 0.53 0.22
HSL 13.14º 0.48% 0.57% -
HSV(B) 13.14º 0.53% 0.78% -
XYZ 31.93 25.67 13.86 -
YUV 138.9 102.67 170.87 -
System Red Green Blue C M Y K H S L
Decimal 199 117 94 0 0.41 0.53 0.22 13.14 0.48 0.57
Hex C7 75 5E 0 29 35 16 D 30 39
Octal 307 165 136 0 51 65 26 15 60 71
Binary 11000111 1110101 1011110 0 101001 110101 10110 1101 110000 111001

Color Harmonies of #C7755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7755E

Black with #C7755E

Text Example


Text Example

White with #C7755E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7755E; }

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

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

background-color css

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

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

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

border-color css

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

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

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