Html Css Color HEX #7B751F Pesto

📋 copy color: '#7B751F'

red 123 ◦ green 117 ◦ blue 31

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

Shades of Pesto #7B751F

Tints of Pesto #7B751F

RGB

 RED value IS 123 (48.44% from 255) = 45.39%

 GREEN value IS 117 (46.09% from 255) = 43.17%

 BLUE value IS 31 (12.5% from 255) = 11.44%

R = 45.39%
G = 43.17%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.52

RGB Variations

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

Color information

#7B751F (or 0x7B751F) is known color: Pesto. HEX triplet: 7B, 75 and 1F. RGB value is (123,117,31). Sum of RGB (Red+Green+Blue) = 123+117+31=271 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.39% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 123 - color contains mainly: red. Hex color #7B751F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B751F is #848AE0. Grayscale: #6D6D6D. Windows color (decimal): -8686305 or 2061691. OLE color: 2061691.

HSL color Cylindrical-coordinate representation of color #7B751F: hue angle of 56.09º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B751F is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 117 31 -
CMYK 0 0.05 0.75 0.52
HSL 56.09º 0.6% 0.3% -
HSV(B) 56.09º 0.75% 0.48% -
XYZ 14.78 17.03 3.81 -
YUV 108.99 83.99 137.99 -
System Red Green Blue C M Y K H S L
Decimal 123 117 31 0 0.05 0.75 0.52 56.09 0.6 0.3
Hex 7B 75 1F 0 5 4B 34 38 3C 1E
Octal 173 165 37 0 5 113 64 70 74 36
Binary 1111011 1110101 11111 0 101 1001011 110100 111000 111100 11110

Color Harmonies of #7B751F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B751F

Black with #7B751F

Text Example


Text Example

White with #7B751F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,117,31); }

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

background-color css

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

 a { background-color: rgb(123,117,31); }

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

border-color css

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

 span { border-color: rgb(123,117,31); }

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