Html Css Color HEX #D7775D Japonica

📋 copy color: '#D7775D'

red 215 ◦ green 119 ◦ blue 93

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

Shades of Japonica #D7775D

Tints of Japonica #D7775D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.87%

 BLUE value IS 93 (36.72% from 255) = 21.78%

R = 50.35%
G = 27.87%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7775D (or 0xD7775D) is known color: Japonica. HEX triplet: D7, 77 and 5D. RGB value is (215,119,93). Sum of RGB (Red+Green+Blue) = 215+119+93=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D7775D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7775D is #2888A2. Grayscale: #909090. Windows color (decimal): -2656419 or 6125527. OLE color: 6125527.

HSL color Cylindrical-coordinate representation of color #D7775D: hue angle of 12.79º degrees, saturation: 0.6, 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 #D7775D is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 119 93 -
CMYK 0 0.45 0.57 0.16
HSL 12.79º 0.6% 0.6% -
HSV(B) 12.79º 0.57% 0.84% -
XYZ 36.6 28.43 13.91 -
YUV 144.74 98.8 178.11 -
System Red Green Blue C M Y K H S L
Decimal 215 119 93 0 0.45 0.57 0.16 12.79 0.6 0.6
Hex D7 77 5D 0 2D 39 10 D 3C 3C
Octal 327 167 135 0 55 71 20 15 74 74
Binary 11010111 1110111 1011101 0 101101 111001 10000 1101 111100 111100

Color Harmonies of #D7775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7775D

Black with #D7775D

Text Example


Text Example

White with #D7775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7775D; }

 p { color: rgb(215,119,93); }

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

background-color css

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

 a { background-color: rgb(215,119,93); }

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

border-color css

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

 span { border-color: rgb(215,119,93); }

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