Html Css Color HEX #D7795C Japonica

📋 copy color: '#D7795C'

red 215 ◦ green 121 ◦ blue 92

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

Shades of Japonica #D7795C

Tints of Japonica #D7795C

RGB

 RED value IS 215 (84.38% from 255) = 50.23%

 GREEN value IS 121 (47.66% from 255) = 28.27%

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

R = 50.23%
G = 28.27%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7795C (or 0xD7795C) is known color: Japonica. HEX triplet: D7, 79 and 5C. RGB value is (215,121,92). Sum of RGB (Red+Green+Blue) = 215+121+92=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D7795C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7795C is #2886A3. Grayscale: #929292. Windows color (decimal): -2655908 or 6060503. OLE color: 6060503.

HSL color Cylindrical-coordinate representation of color #D7795C: hue angle of 14.15º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D7795C is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 121 92 -
CMYK 0 0.44 0.57 0.16
HSL 14.15º 0.61% 0.6% -
HSV(B) 14.15º 0.57% 0.84% -
XYZ 36.79 28.89 13.76 -
YUV 145.8 97.64 177.36 -
System Red Green Blue C M Y K H S L
Decimal 215 121 92 0 0.44 0.57 0.16 14.15 0.61 0.6
Hex D7 79 5C 0 2C 39 10 E 3D 3C
Octal 327 171 134 0 54 71 20 16 75 74
Binary 11010111 1111001 1011100 0 101100 111001 10000 1110 111101 111100

Color Harmonies of #D7795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7795C

Black with #D7795C

Text Example


Text Example

White with #D7795C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7795C; }

 p { color: rgb(215,121,92); }

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

background-color css

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

 a { background-color: rgb(215,121,92); }

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

border-color css

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

 span { border-color: rgb(215,121,92); }

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