Html Css Color HEX #C7755A Japonica

📋 copy color: '#C7755A'

red 199 ◦ green 117 ◦ blue 90

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

Shades of Japonica #C7755A

Tints of Japonica #C7755A

RGB

 RED value IS 199 (78.13% 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 value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C7755A (or 0xC7755A) is known color: 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

RGB 199 117 90 -
CMYK 0 0.41 0.55 0.22
HSL 14.86º 0.49% 0.57% -
HSV(B) 14.86º 0.55% 0.78% -
XYZ 31.76 25.6 12.94 -
YUV 138.44 100.67 171.2 -
System Red Green Blue C M Y K H S L
Decimal 199 117 90 0 0.41 0.55 0.22 14.86 0.49 0.57
Hex C7 75 5A 0 29 37 16 F 31 39
Octal 307 165 132 0 51 67 26 17 61 71
Binary 11000111 1110101 1011010 0 101001 110111 10110 1111 110001 111001

Color Harmonies of #C7755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7755A

Black with #C7755A

Text Example


Text Example

White with #C7755A

Text Example


Text Example

HTML Codes & Css Web 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>