#7C751B

Color #7C751B Pesto (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pesto #7C751B

Tints of Pesto #7C751B

Color information

#7C751B (or 0x7C751B) is unknown color: approx Pesto. HEX triplet: 7C, 75 and 1B. RGB value is (124,117,27). Sum of RGB (Red+Green+Blue) = 124+117+27=268 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.27% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 124 - color contains mainly: red. Hex color #7C751B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C751B is #838AE4. Grayscale: #6D6D6D. Windows color (decimal): -8620773 or 1799548. OLE color: 1799548.

HSL color Cylindrical-coordinate representation of color #7C751B: hue angle of 55.67º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7C751B is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB12411727-
CMYK00.060.780.51
HSL55.67º64.24%29.61%-
HSV(B)55.67º78.23%48.63%-
XYZ14.8717.093.55-
YUV108.8381.82138.82-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.27%
GREEN value IS 117 (46.09% from 255) = 43.66%
BLUE value IS 27 (10.94% from 255) = 10.07%
R=46.27%
G=43.66%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241172700.060.780.5155.6764.2429.61
Hex7C751B064E3338401e
Octal1741653306116637010036
Binary111110011101011101101101001110110011111000100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C751B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C751B; }

 p { color: rgb(124,117,27); }

 H1.HeaderClassName
 {
   color: #7C751B;
 }
 .AnyTagClassName
 {
   color: #7C751B;
 }
</style>
background-color css

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

 a { background-color: rgb(124,117,27); }

 div.DivClassName
 {
   background-color: #7C751B;
 }
 .BgClassName
 {
   background-color: #7C751B;
 }
</style>
border-color css

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

 span { border-color: rgb(124,117,27); }

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