Html Css Color HEX #7B731B Pesto

📋 copy color: '#7B731B'

red 123 ◦ green 115 ◦ blue 27

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

Shades of Pesto #7B731B

Tints of Pesto #7B731B

RGB

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

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

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

R = 46.42%
G = 43.4%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#7B731B (or 0x7B731B) is known color: Pesto. HEX triplet: 7B, 73 and 1B. RGB value is (123,115,27). Sum of RGB (Red+Green+Blue) = 123+115+27=265 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.42% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 123 - color contains mainly: red. Hex color #7B731B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B731B is #848CE4. Grayscale: #6B6B6B. Windows color (decimal): -8686821 or 1799035. OLE color: 1799035.

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

Color convert

RGB 123 115 27 -
CMYK 0 0.07 0.78 0.52
HSL 55º 0.64% 0.29% -
HSV(B) 55º 0.78% 0.48% -
XYZ 14.5 16.55 3.47 -
YUV 107.36 82.65 139.16 -
System Red Green Blue C M Y K H S L
Decimal 123 115 27 0 0.07 0.78 0.52 55 0.64 0.29
Hex 7B 73 1B 0 7 4E 34 37 40 1D
Octal 173 163 33 0 7 116 64 67 100 35
Binary 1111011 1110011 11011 0 111 1001110 110100 110111 1000000 11101

Color Harmonies of #7B731B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B731B

Black with #7B731B

Text Example


Text Example

White with #7B731B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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