Html Css Color HEX #D7775A Japonica

📋 copy color: '#D7775A'

red 215 ◦ green 119 ◦ blue 90

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

Shades of Japonica #D7775A

Tints of Japonica #D7775A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.23%

R = 50.71%
G = 28.07%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D7775A (or 0xD7775A) is known color: Japonica. HEX triplet: D7, 77 and 5A. RGB value is (215,119,90). Sum of RGB (Red+Green+Blue) = 215+119+90=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D7775A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7775A is #2888A5. Grayscale: #909090. Windows color (decimal): -2656422 or 5928919. OLE color: 5928919.

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

Color convert

RGB 215 119 90 -
CMYK 0 0.45 0.58 0.16
HSL 13.92º 0.61% 0.6% -
HSV(B) 13.92º 0.58% 0.84% -
XYZ 36.47 28.38 13.23 -
YUV 144.4 97.3 178.36 -
System Red Green Blue C M Y K H S L
Decimal 215 119 90 0 0.45 0.58 0.16 13.92 0.61 0.6
Hex D7 77 5A 0 2D 3A 10 E 3D 3C
Octal 327 167 132 0 55 72 20 16 75 74
Binary 11010111 1110111 1011010 0 101101 111010 10000 1110 111101 111100

Color Harmonies of #D7775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7775A

Black with #D7775A

Text Example


Text Example

White with #D7775A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7775A; }

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

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

background-color css

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

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

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

border-color css

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

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

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