Html Css Color HEX #D7735A Japonica

📋 copy color: '#D7735A'

red 215 ◦ green 115 ◦ blue 90

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

Shades of Japonica #D7735A

Tints of Japonica #D7735A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.38%

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

R = 51.19%
G = 27.38%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D7735A (or 0xD7735A) is known color: Japonica. HEX triplet: D7, 73 and 5A. RGB value is (215,115,90). Sum of RGB (Red+Green+Blue) = 215+115+90=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D7735A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7735A is #288CA5. Grayscale: #8E8E8E. Windows color (decimal): -2657446 or 5927895. OLE color: 5927895.

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

Color convert

RGB 215 115 90 -
CMYK 0 0.47 0.58 0.16
HSL 12º 0.61% 0.6% -
HSV(B) 12º 0.58% 0.84% -
XYZ 36 27.45 13.07 -
YUV 142.05 98.63 180.03 -
System Red Green Blue C M Y K H S L
Decimal 215 115 90 0 0.47 0.58 0.16 12 0.61 0.6
Hex D7 73 5A 0 2F 3A 10 C 3D 3C
Octal 327 163 132 0 57 72 20 14 75 74
Binary 11010111 1110011 1011010 0 101111 111010 10000 1100 111101 111100

Color Harmonies of #D7735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7735A

Black with #D7735A

Text Example


Text Example

White with #D7735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7735A; }

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

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

background-color css

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

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

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

border-color css

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

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

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