Html Css Color HEX #C7735A Japonica

📋 copy color: '#C7735A'

red 199 ◦ green 115 ◦ blue 90

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

Shades of Japonica #C7735A

Tints of Japonica #C7735A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.47%

 BLUE value IS 90 (35.55% from 255) = 22.28%

R = 49.26%
G = 28.47%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C7735A (or 0xC7735A) is known color: Japonica. HEX triplet: C7, 73 and 5A. RGB value is (199,115,90). Sum of RGB (Red+Green+Blue) = 199+115+90=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C7735A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7735A is #388CA5. Grayscale: #898989. Windows color (decimal): -3706022 or 5927879. OLE color: 5927879.

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

Color convert

RGB 199 115 90 -
CMYK 0 0.42 0.55 0.22
HSL 13.76º 0.49% 0.57% -
HSV(B) 13.76º 0.55% 0.78% -
XYZ 31.53 25.14 12.86 -
YUV 137.27 101.33 172.03 -
System Red Green Blue C M Y K H S L
Decimal 199 115 90 0 0.42 0.55 0.22 13.76 0.49 0.57
Hex C7 73 5A 0 2A 37 16 E 31 39
Octal 307 163 132 0 52 67 26 16 61 71
Binary 11000111 1110011 1011010 0 101010 110111 10110 1110 110001 111001

Color Harmonies of #C7735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7735A

Black with #C7735A

Text Example


Text Example

White with #C7735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7735A; }

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

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

background-color css

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

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

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

border-color css

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

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

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