Html Css Color HEX #877A31 Pesto

📋 copy color: '#877A31'

red 135 ◦ green 122 ◦ blue 49

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

Shades of Pesto #877A31

Tints of Pesto #877A31

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.87%

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

R = 44.12%
G = 39.87%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#877A31 (or 0x877A31) is known color: Pesto. HEX triplet: 87, 7A and 31. RGB value is (135,122,49). Sum of RGB (Red+Green+Blue) = 135+122+49=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #877A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877A31 is #7885CE. Grayscale: #757575. Windows color (decimal): -7898575 or 3242631. OLE color: 3242631.

HSL color Cylindrical-coordinate representation of color #877A31: hue angle of 50.93º 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 #877A31 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 122 49 -
CMYK 0 0.10 0.64 0.47
HSL 50.93º 0.47% 0.36% -
HSV(B) 50.93º 0.64% 0.53% -
XYZ 17.51 19.29 5.71 -
YUV 117.57 89.31 140.44 -
System Red Green Blue C M Y K H S L
Decimal 135 122 49 0 0.10 0.64 0.47 50.93 0.47 0.36
Hex 87 7A 31 0 A 40 2F 33 2F 24
Octal 207 172 61 0 12 100 57 63 57 44
Binary 10000111 1111010 110001 0 1010 1000000 101111 110011 101111 100100

Color Harmonies of #877A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877A31

Black with #877A31

Text Example


Text Example

White with #877A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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