Html Css Color HEX #777B58 Finch

📋 copy color: '#777B58'

red 119 ◦ green 123 ◦ blue 88

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

Shades of Finch #777B58

Tints of Finch #777B58

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.27%

 BLUE value IS 88 (34.77% from 255) = 26.67%

R = 36.06%
G = 37.27%
B = 26.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.52

RGB Variations

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

Color information

#777B58 (or 0x777B58) is known color: Finch. HEX triplet: 77, 7B and 58. RGB value is (119,123,88). Sum of RGB (Red+Green+Blue) = 119+123+88=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 123 - color contains mainly: green. Hex color #777B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777B58 is #8884A7. Grayscale: #757575. Windows color (decimal): -8946856 or 5798775. OLE color: 5798775.

HSL color Cylindrical-coordinate representation of color #777B58: hue angle of 66.86º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #777B58 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.

Color convert

RGB 119 123 88 -
CMYK 0.03 0 0.28 0.52
HSL 66.86º 0.17% 0.41% -
HSV(B) 66.86º 0.28% 0.48% -
XYZ 16.45 18.79 11.99 -
YUV 117.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 119 123 88 0.03 0 0.28 0.52 66.86 0.17 0.41
Hex 77 7B 58 3 0 1C 34 43 11 29
Octal 167 173 130 3 0 34 64 103 21 51
Binary 1110111 1111011 1011000 11 0 11100 110100 1000011 10001 101001

Color Harmonies of #777B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777B58

Black with #777B58

Text Example


Text Example

White with #777B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777B58; }

 p { color: rgb(119,123,88); }

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

background-color css

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

 a { background-color: rgb(119,123,88); }

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

border-color css

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

 span { border-color: rgb(119,123,88); }

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