Html Css Color HEX #D7755A Japonica

📋 copy color: '#D7755A'

red 215 ◦ green 117 ◦ blue 90

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

Shades of Japonica #D7755A

Tints of Japonica #D7755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.73%

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

R = 50.95%
G = 27.73%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D7755A (or 0xD7755A) is known color: Japonica. HEX triplet: D7, 75 and 5A. RGB value is (215,117,90). Sum of RGB (Red+Green+Blue) = 215+117+90=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D7755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7755A is #288AA5. Grayscale: #8F8F8F. Windows color (decimal): -2656934 or 5928407. OLE color: 5928407.

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

Color convert

RGB 215 117 90 -
CMYK 0 0.46 0.58 0.16
HSL 12.96º 0.61% 0.6% -
HSV(B) 12.96º 0.58% 0.84% -
XYZ 36.23 27.91 13.15 -
YUV 143.22 97.97 179.2 -
System Red Green Blue C M Y K H S L
Decimal 215 117 90 0 0.46 0.58 0.16 12.96 0.61 0.6
Hex D7 75 5A 0 2E 3A 10 D 3D 3C
Octal 327 165 132 0 56 72 20 15 75 74
Binary 11010111 1110101 1011010 0 101110 111010 10000 1101 111101 111100

Color Harmonies of #D7755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7755A

Black with #D7755A

Text Example


Text Example

White with #D7755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7755A; }

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

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

background-color css

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

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

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

border-color css

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

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

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