Html Css Color HEX #7B702C Pesto

📋 copy color: '#7B702C'

red 123 ◦ green 112 ◦ blue 44

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

Shades of Pesto #7B702C

Tints of Pesto #7B702C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.14%

 BLUE value IS 44 (17.58% from 255) = 15.77%

R = 44.09%
G = 40.14%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.52

RGB Variations

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

Color information

#7B702C (or 0x7B702C) is known color: Pesto. HEX triplet: 7B, 70 and 2C. RGB value is (123,112,44). Sum of RGB (Red+Green+Blue) = 123+112+44=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 123 - color contains mainly: red. Hex color #7B702C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B702C is #848FD3. Grayscale: #6B6B6B. Windows color (decimal): -8687572 or 2912379. OLE color: 2912379.

HSL color Cylindrical-coordinate representation of color #7B702C: hue angle of 51.65º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B702C is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 112 44 -
CMYK 0 0.09 0.64 0.52
HSL 51.65º 0.47% 0.33% -
HSV(B) 51.65º 0.64% 0.48% -
XYZ 14.42 15.98 4.71 -
YUV 107.54 92.14 139.03 -
System Red Green Blue C M Y K H S L
Decimal 123 112 44 0 0.09 0.64 0.52 51.65 0.47 0.33
Hex 7B 70 2C 0 9 40 34 34 2F 21
Octal 173 160 54 0 11 100 64 64 57 41
Binary 1111011 1110000 101100 0 1001 1000000 110100 110100 101111 100001

Color Harmonies of #7B702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B702C

Black with #7B702C

Text Example


Text Example

White with #7B702C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,112,44); }

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

background-color css

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

 a { background-color: rgb(123,112,44); }

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

border-color css

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

 span { border-color: rgb(123,112,44); }

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