Html Css Color HEX #D77A5D Japonica

📋 copy color: '#D77A5D'

red 215 ◦ green 122 ◦ blue 93

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

Shades of Japonica #D77A5D

Tints of Japonica #D77A5D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.37%

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

R = 50%
G = 28.37%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D77A5D (or 0xD77A5D) is known color: Japonica. HEX triplet: D7, 7A and 5D. RGB value is (215,122,93). Sum of RGB (Red+Green+Blue) = 215+122+93=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77A5D is #2885A2. Grayscale: #929292. Windows color (decimal): -2655651 or 6126295. OLE color: 6126295.

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

Color convert

RGB 215 122 93 -
CMYK 0 0.43 0.57 0.16
HSL 14.26º 0.6% 0.6% -
HSV(B) 14.26º 0.57% 0.84% -
XYZ 36.96 29.16 14.04 -
YUV 146.5 97.81 176.86 -
System Red Green Blue C M Y K H S L
Decimal 215 122 93 0 0.43 0.57 0.16 14.26 0.6 0.6
Hex D7 7A 5D 0 2B 39 10 E 3C 3C
Octal 327 172 135 0 53 71 20 16 74 74
Binary 11010111 1111010 1011101 0 101011 111001 10000 1110 111100 111100

Color Harmonies of #D77A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77A5D

Black with #D77A5D

Text Example


Text Example

White with #D77A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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