Html Css Color HEX #7B741C Pesto

📋 copy color: '#7B741C'

red 123 ◦ green 116 ◦ blue 28

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

Shades of Pesto #7B741C

Tints of Pesto #7B741C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.45%

 BLUE value IS 28 (11.33% from 255) = 10.49%

R = 46.07%
G = 43.45%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.52

RGB Variations

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

Color information

#7B741C (or 0x7B741C) is known color: Pesto. HEX triplet: 7B, 74 and 1C. RGB value is (123,116,28). Sum of RGB (Red+Green+Blue) = 123+116+28=267 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.07% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 123 - color contains mainly: red. Hex color #7B741C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B741C is #848BE3. Grayscale: #6C6C6C. Windows color (decimal): -8686564 or 1864827. OLE color: 1864827.

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

Color convert

RGB 123 116 28 -
CMYK 0 0.06 0.77 0.52
HSL 55.58º 0.63% 0.3% -
HSV(B) 55.58º 0.77% 0.48% -
XYZ 14.62 16.79 3.57 -
YUV 108.06 82.82 138.66 -
System Red Green Blue C M Y K H S L
Decimal 123 116 28 0 0.06 0.77 0.52 55.58 0.63 0.3
Hex 7B 74 1C 0 6 4D 34 38 3F 1E
Octal 173 164 34 0 6 115 64 70 77 36
Binary 1111011 1110100 11100 0 110 1001101 110100 111000 111111 11110

Color Harmonies of #7B741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B741C

Black with #7B741C

Text Example


Text Example

White with #7B741C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,116,28); }

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

background-color css

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

 a { background-color: rgb(123,116,28); }

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

border-color css

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

 span { border-color: rgb(123,116,28); }

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