Html Css Color HEX #766926 Pesto

📋 copy color: '#766926'

red 118 ◦ green 105 ◦ blue 38

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

Shades of Pesto #766926

Tints of Pesto #766926

RGB

 RED value IS 118 (46.48% from 255) = 45.21%

 GREEN value IS 105 (41.41% from 255) = 40.23%

 BLUE value IS 38 (15.23% from 255) = 14.56%

R = 45.21%
G = 40.23%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#766926 (or 0x766926) is known color: Pesto. HEX triplet: 76, 69 and 26. RGB value is (118,105,38). Sum of RGB (Red+Green+Blue) = 118+105+38=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #766926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766926 is #8996D9. Grayscale: #656565. Windows color (decimal): -9017050 or 2517366. OLE color: 2517366.

HSL color Cylindrical-coordinate representation of color #766926: hue angle of 50.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #766926 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 105 38 -
CMYK 0 0.11 0.68 0.54
HSL 50.25º 0.51% 0.31% -
HSV(B) 50.25º 0.68% 0.46% -
XYZ 12.87 14.09 3.88 -
YUV 101.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 118 105 38 0 0.11 0.68 0.54 50.25 0.51 0.31
Hex 76 69 26 0 B 44 36 32 33 1F
Octal 166 151 46 0 13 104 66 62 63 37
Binary 1110110 1101001 100110 0 1011 1000100 110110 110010 110011 11111

Color Harmonies of #766926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766926

Black with #766926

Text Example


Text Example

White with #766926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766926; }

 p { color: rgb(118,105,38); }

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

background-color css

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

 a { background-color: rgb(118,105,38); }

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

border-color css

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

 span { border-color: rgb(118,105,38); }

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