Html Css Color HEX #776B25 Pesto

📋 copy color: '#776B25'

red 119 ◦ green 107 ◦ blue 37

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

Shades of Pesto #776B25

Tints of Pesto #776B25

RGB

 RED value IS 119 (46.88% from 255) = 45.25%

 GREEN value IS 107 (42.19% from 255) = 40.68%

 BLUE value IS 37 (14.84% from 255) = 14.07%

R = 45.25%
G = 40.68%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#776B25 (or 0x776B25) is known color: Pesto. HEX triplet: 77, 6B and 25. RGB value is (119,107,37). Sum of RGB (Red+Green+Blue) = 119+107+37=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 107 (42.19% from 255 or 40.68% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #776B25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776B25 is #8894DA. Grayscale: #666666. Windows color (decimal): -8951003 or 2452343. OLE color: 2452343.

HSL color Cylindrical-coordinate representation of color #776B25: hue angle of 51.22º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #776B25 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 107 37 -
CMYK 0 0.10 0.69 0.53
HSL 51.22º 0.53% 0.31% -
HSV(B) 51.22º 0.69% 0.47% -
XYZ 13.2 14.57 3.87 -
YUV 102.61 90.98 139.69 -
System Red Green Blue C M Y K H S L
Decimal 119 107 37 0 0.10 0.69 0.53 51.22 0.53 0.31
Hex 77 6B 25 0 A 45 35 33 35 1F
Octal 167 153 45 0 12 105 65 63 65 37
Binary 1110111 1101011 100101 0 1010 1000101 110101 110011 110101 11111

Color Harmonies of #776B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776B25

Black with #776B25

Text Example


Text Example

White with #776B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776B25; }

 p { color: rgb(119,107,37); }

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

background-color css

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

 a { background-color: rgb(119,107,37); }

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

border-color css

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

 span { border-color: rgb(119,107,37); }

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