Html Css Color HEX #7C731B Pesto

📋 copy color: '#7C731B'

red 124 ◦ green 115 ◦ blue 27

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

Shades of Pesto #7C731B

Tints of Pesto #7C731B

RGB

 RED value IS 124 (48.83% from 255) = 46.62%

 GREEN value IS 115 (45.31% from 255) = 43.23%

 BLUE value IS 27 (10.94% from 255) = 10.15%

R = 46.62%
G = 43.23%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7C731B (or 0x7C731B) is known color: Pesto. HEX triplet: 7C, 73 and 1B. RGB value is (124,115,27). Sum of RGB (Red+Green+Blue) = 124+115+27=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 124 - color contains mainly: red. Hex color #7C731B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C731B is #838CE4. Grayscale: #6C6C6C. Windows color (decimal): -8621285 or 1799036. OLE color: 1799036.

HSL color Cylindrical-coordinate representation of color #7C731B: hue angle of 54.43º 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 #7C731B is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 115 27 -
CMYK 0 0.07 0.78 0.51
HSL 54.43º 0.64% 0.3% -
HSV(B) 54.43º 0.78% 0.49% -
XYZ 14.64 16.63 3.47 -
YUV 107.66 82.48 139.66 -
System Red Green Blue C M Y K H S L
Decimal 124 115 27 0 0.07 0.78 0.51 54.43 0.64 0.3
Hex 7C 73 1B 0 7 4E 33 36 40 1E
Octal 174 163 33 0 7 116 63 66 100 36
Binary 1111100 1110011 11011 0 111 1001110 110011 110110 1000000 11110

Color Harmonies of #7C731B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C731B

Black with #7C731B

Text Example


Text Example

White with #7C731B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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