Html Css Color HEX #C7765C Japonica

📋 copy color: '#C7765C'

red 199 ◦ green 118 ◦ blue 92

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

Shades of Japonica #C7765C

Tints of Japonica #C7765C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.85%

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

R = 48.66%
G = 28.85%
B = 22.49%

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

#C7765C (or 0xC7765C) is known color: Japonica. HEX triplet: C7, 76 and 5C. RGB value is (199,118,92). Sum of RGB (Red+Green+Blue) = 199+118+92=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C7765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7765C is #3889A3. Grayscale: #8B8B8B. Windows color (decimal): -3705252 or 6059719. OLE color: 6059719.

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

Color convert

RGB 199 118 92 -
CMYK 0 0.41 0.54 0.22
HSL 14.58º 0.49% 0.57% -
HSV(B) 14.58º 0.54% 0.78% -
XYZ 31.96 25.87 13.43 -
YUV 139.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 199 118 92 0 0.41 0.54 0.22 14.58 0.49 0.57
Hex C7 76 5C 0 29 36 16 F 31 39
Octal 307 166 134 0 51 66 26 17 61 71
Binary 11000111 1110110 1011100 0 101001 110110 10110 1111 110001 111001

Color Harmonies of #C7765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7765C

Black with #C7765C

Text Example


Text Example

White with #C7765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7765C; }

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

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

background-color css

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

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

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

border-color css

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

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

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