Html Css Color HEX #D78742 Peru

📋 copy color: '#D78742'

red 215 ◦ green 135 ◦ blue 66

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

Shades of Peru #D78742

Tints of Peru #D78742

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.45%

 BLUE value IS 66 (26.17% from 255) = 15.87%

R = 51.68%
G = 32.45%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D78742 (or 0xD78742) is known color: Peru. HEX triplet: D7, 87 and 42. RGB value is (215,135,66). Sum of RGB (Red+Green+Blue) = 215+135+66=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 66 (26.17% from 255 or 15.87% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D78742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78742 is #2878BD. Grayscale: #979797. Windows color (decimal): -2652350 or 4360151. OLE color: 4360151.

HSL color Cylindrical-coordinate representation of color #D78742: hue angle of 27.79º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D78742 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 135 66 -
CMYK 0 0.37 0.69 0.16
HSL 27.79º 0.65% 0.55% -
HSV(B) 27.79º 0.69% 0.84% -
XYZ 37.67 32.17 9.38 -
YUV 151.05 80 173.61 -
System Red Green Blue C M Y K H S L
Decimal 215 135 66 0 0.37 0.69 0.16 27.79 0.65 0.55
Hex D7 87 42 0 25 45 10 1C 41 37
Octal 327 207 102 0 45 105 20 34 101 67
Binary 11010111 10000111 1000010 0 100101 1000101 10000 11100 1000001 110111

Color Harmonies of #D78742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78742

Black with #D78742

Text Example


Text Example

White with #D78742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78742; }

 p { color: rgb(215,135,66); }

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

background-color css

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

 a { background-color: rgb(215,135,66); }

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

border-color css

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

 span { border-color: rgb(215,135,66); }

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