Html Css Color HEX #7C731C Pesto

📋 copy color: '#7C731C'

red 124 ◦ green 115 ◦ blue 28

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

Shades of Pesto #7C731C

Tints of Pesto #7C731C

RGB

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

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

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

R = 46.44%
G = 43.07%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.51

RGB Variations

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

Color information

#7C731C (or 0x7C731C) is known color: Pesto. HEX triplet: 7C, 73 and 1C. RGB value is (124,115,28). Sum of RGB (Red+Green+Blue) = 124+115+28=267 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.44% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 124 - color contains mainly: red. Hex color #7C731C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C731C is #838CE3. Grayscale: #6C6C6C. Windows color (decimal): -8621284 or 1864572. OLE color: 1864572.

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

Color convert

RGB 124 115 28 -
CMYK 0 0.07 0.77 0.51
HSL 54.38º 0.63% 0.3% -
HSV(B) 54.38º 0.77% 0.49% -
XYZ 14.65 16.63 3.54 -
YUV 107.77 82.98 139.57 -
System Red Green Blue C M Y K H S L
Decimal 124 115 28 0 0.07 0.77 0.51 54.38 0.63 0.3
Hex 7C 73 1C 0 7 4D 33 36 3F 1E
Octal 174 163 34 0 7 115 63 66 77 36
Binary 1111100 1110011 11100 0 111 1001101 110011 110110 111111 11110

Color Harmonies of #7C731C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C731C

Black with #7C731C

Text Example


Text Example

White with #7C731C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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