Html Css Color HEX #D77B5B Japonica

📋 copy color: '#D77B5B'

red 215 ◦ green 123 ◦ blue 91

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

Shades of Japonica #D77B5B

Tints of Japonica #D77B5B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.67%

 BLUE value IS 91 (35.94% from 255) = 21.21%

R = 50.12%
G = 28.67%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D77B5B (or 0xD77B5B) is known color: Japonica. HEX triplet: D7, 7B and 5B. RGB value is (215,123,91). Sum of RGB (Red+Green+Blue) = 215+123+91=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77B5B is #2884A4. Grayscale: #939393. Windows color (decimal): -2655397 or 5995479. OLE color: 5995479.

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

Color convert

RGB 215 123 91 -
CMYK 0 0.43 0.58 0.16
HSL 15.48º 0.61% 0.6% -
HSV(B) 15.48º 0.58% 0.84% -
XYZ 37 29.37 13.62 -
YUV 146.86 96.48 176.6 -
System Red Green Blue C M Y K H S L
Decimal 215 123 91 0 0.43 0.58 0.16 15.48 0.61 0.6
Hex D7 7B 5B 0 2B 3A 10 F 3D 3C
Octal 327 173 133 0 53 72 20 17 75 74
Binary 11010111 1111011 1011011 0 101011 111010 10000 1111 111101 111100

Color Harmonies of #D77B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77B5B

Black with #D77B5B

Text Example


Text Example

White with #D77B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77B5B; }

 p { color: rgb(215,123,91); }

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

background-color css

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

 a { background-color: rgb(215,123,91); }

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

border-color css

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

 span { border-color: rgb(215,123,91); }

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