Html Css Color HEX #D7785F Japonica

📋 copy color: '#D7785F'

red 215 ◦ green 120 ◦ blue 95

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

Shades of Japonica #D7785F

Tints of Japonica #D7785F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.91%

 BLUE value IS 95 (37.5% from 255) = 22.09%

R = 50%
G = 27.91%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7785F (or 0xD7785F) is known color: Japonica. HEX triplet: D7, 78 and 5F. RGB value is (215,120,95). Sum of RGB (Red+Green+Blue) = 215+120+95=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D7785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7785F is #2887A0. Grayscale: #919191. Windows color (decimal): -2656161 or 6256855. OLE color: 6256855.

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

Color convert

RGB 215 120 95 -
CMYK 0 0.44 0.56 0.16
HSL 12.5º 0.6% 0.61% -
HSV(B) 12.5º 0.56% 0.84% -
XYZ 36.81 28.71 14.43 -
YUV 145.56 99.47 177.53 -
System Red Green Blue C M Y K H S L
Decimal 215 120 95 0 0.44 0.56 0.16 12.5 0.6 0.61
Hex D7 78 5F 0 2C 38 10 C 3C 3D
Octal 327 170 137 0 54 70 20 14 74 75
Binary 11010111 1111000 1011111 0 101100 111000 10000 1100 111100 111101

Color Harmonies of #D7785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7785F

Black with #D7785F

Text Example


Text Example

White with #D7785F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7785F; }

 p { color: rgb(215,120,95); }

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

background-color css

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

 a { background-color: rgb(215,120,95); }

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

border-color css

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

 span { border-color: rgb(215,120,95); }

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