Html Css Color HEX #D76C52 Japonica

📋 copy color: '#D76C52'

red 215 ◦ green 108 ◦ blue 82

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

Shades of Japonica #D76C52

Tints of Japonica #D76C52

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.67%

 BLUE value IS 82 (32.42% from 255) = 20.25%

R = 53.09%
G = 26.67%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D76C52 (or 0xD76C52) is known color: Japonica. HEX triplet: D7, 6C and 52. RGB value is (215,108,82). Sum of RGB (Red+Green+Blue) = 215+108+82=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76C52 is #2893AD. Grayscale: #898989. Windows color (decimal): -2659246 or 5401815. OLE color: 5401815.

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

Color convert

RGB 215 108 82 -
CMYK 0 0.50 0.62 0.16
HSL 11.73º 0.62% 0.58% -
HSV(B) 11.73º 0.62% 0.84% -
XYZ 34.91 25.78 11.12 -
YUV 137.03 96.95 183.61 -
System Red Green Blue C M Y K H S L
Decimal 215 108 82 0 0.50 0.62 0.16 11.73 0.62 0.58
Hex D7 6C 52 0 32 3E 10 C 3E 3A
Octal 327 154 122 0 62 76 20 14 76 72
Binary 11010111 1101100 1010010 0 110010 111110 10000 1100 111110 111010

Color Harmonies of #D76C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C52

Black with #D76C52

Text Example


Text Example

White with #D76C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C52; }

 p { color: rgb(215,108,82); }

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

background-color css

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

 a { background-color: rgb(215,108,82); }

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

border-color css

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

 span { border-color: rgb(215,108,82); }

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