Html Css Color HEX #C7755C Japonica

📋 copy color: '#C7755C'

red 199 ◦ green 117 ◦ blue 92

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

Shades of Japonica #C7755C

Tints of Japonica #C7755C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.55%

R = 48.77%
G = 28.68%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7755C (or 0xC7755C) is known color: Japonica. HEX triplet: C7, 75 and 5C. RGB value is (199,117,92). Sum of RGB (Red+Green+Blue) = 199+117+92=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C7755C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7755C is #388AA3. Grayscale: #8A8A8A. Windows color (decimal): -3705508 or 6059463. OLE color: 6059463.

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

Color convert

RGB 199 117 92 -
CMYK 0 0.41 0.54 0.22
HSL 14.02º 0.49% 0.57% -
HSV(B) 14.02º 0.54% 0.78% -
XYZ 31.85 25.64 13.4 -
YUV 138.67 101.67 171.03 -
System Red Green Blue C M Y K H S L
Decimal 199 117 92 0 0.41 0.54 0.22 14.02 0.49 0.57
Hex C7 75 5C 0 29 36 16 E 31 39
Octal 307 165 134 0 51 66 26 16 61 71
Binary 11000111 1110101 1011100 0 101001 110110 10110 1110 110001 111001

Color Harmonies of #C7755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7755C

Black with #C7755C

Text Example


Text Example

White with #C7755C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7755C; }

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

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

background-color css

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

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

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

border-color css

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

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

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