Html Css Color HEX #877D31 Pesto

📋 copy color: '#877D31'

red 135 ◦ green 125 ◦ blue 49

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

Shades of Pesto #877D31

Tints of Pesto #877D31

RGB

 RED value IS 135 (53.13% from 255) = 43.69%

 GREEN value IS 125 (49.22% from 255) = 40.45%

 BLUE value IS 49 (19.53% from 255) = 15.86%

R = 43.69%
G = 40.45%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#877D31 (or 0x877D31) is known color: Pesto. HEX triplet: 87, 7D and 31. RGB value is (135,125,49). Sum of RGB (Red+Green+Blue) = 135+125+49=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #877D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877D31 is #7882CE. Grayscale: #777777. Windows color (decimal): -7897807 or 3243399. OLE color: 3243399.

HSL color Cylindrical-coordinate representation of color #877D31: hue angle of 53.02º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #877D31 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 125 49 -
CMYK 0 0.07 0.64 0.47
HSL 53.02º 0.47% 0.36% -
HSV(B) 53.02º 0.64% 0.53% -
XYZ 17.88 20.04 5.83 -
YUV 119.33 88.31 139.18 -
System Red Green Blue C M Y K H S L
Decimal 135 125 49 0 0.07 0.64 0.47 53.02 0.47 0.36
Hex 87 7D 31 0 7 40 2F 35 2F 24
Octal 207 175 61 0 7 100 57 65 57 44
Binary 10000111 1111101 110001 0 111 1000000 101111 110101 101111 100100

Color Harmonies of #877D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877D31

Black with #877D31

Text Example


Text Example

White with #877D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877D31; }

 p { color: rgb(135,125,49); }

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

background-color css

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

 a { background-color: rgb(135,125,49); }

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

border-color css

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

 span { border-color: rgb(135,125,49); }

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