Html Css Color HEX #7B751A Pesto

📋 copy color: '#7B751A'

red 123 ◦ green 117 ◦ blue 26

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

Shades of Pesto #7B751A

Tints of Pesto #7B751A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.77%

R = 46.24%
G = 43.98%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.52

RGB Variations

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

Color information

#7B751A (or 0x7B751A) is known color: Pesto. HEX triplet: 7B, 75 and 1A. RGB value is (123,117,26). Sum of RGB (Red+Green+Blue) = 123+117+26=266 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.24% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 123 - color contains mainly: red. Hex color #7B751A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B751A is #848AE5. Grayscale: #6C6C6C. Windows color (decimal): -8686310 or 1734011. OLE color: 1734011.

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

Color convert

RGB 123 117 26 -
CMYK 0 0.05 0.79 0.52
HSL 56.29º 0.65% 0.29% -
HSV(B) 56.29º 0.79% 0.48% -
XYZ 14.72 17.01 3.48 -
YUV 108.42 81.49 138.4 -
System Red Green Blue C M Y K H S L
Decimal 123 117 26 0 0.05 0.79 0.52 56.29 0.65 0.29
Hex 7B 75 1A 0 5 4F 34 38 41 1D
Octal 173 165 32 0 5 117 64 70 101 35
Binary 1111011 1110101 11010 0 101 1001111 110100 111000 1000001 11101

Color Harmonies of #7B751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B751A

Black with #7B751A

Text Example


Text Example

White with #7B751A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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