Html Css Color HEX #77795A Finch

📋 copy color: '#77795A'

red 119 ◦ green 121 ◦ blue 90

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

Shades of Finch #77795A

Tints of Finch #77795A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.67%

 BLUE value IS 90 (35.55% from 255) = 27.27%

R = 36.06%
G = 36.67%
B = 27.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#77795A (or 0x77795A) is known color: Finch. HEX triplet: 77, 79 and 5A. RGB value is (119,121,90). Sum of RGB (Red+Green+Blue) = 119+121+90=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 121 - color contains mainly: green. Hex color #77795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77795A is #8886A5. Grayscale: #747474. Windows color (decimal): -8947366 or 5929335. OLE color: 5929335.

HSL color Cylindrical-coordinate representation of color #77795A: hue angle of 63.87º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77795A is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 121 90 -
CMYK 0.02 0 0.26 0.53
HSL 63.87º 0.15% 0.41% -
HSV(B) 63.87º 0.26% 0.47% -
XYZ 16.29 18.33 12.35 -
YUV 116.87 112.84 129.52 -
System Red Green Blue C M Y K H S L
Decimal 119 121 90 0.02 0 0.26 0.53 63.87 0.15 0.41
Hex 77 79 5A 2 0 1A 35 40 F 29
Octal 167 171 132 2 0 32 65 100 17 51
Binary 1110111 1111001 1011010 10 0 11010 110101 1000000 1111 101001

Color Harmonies of #77795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77795A

Black with #77795A

Text Example


Text Example

White with #77795A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77795A; }

 p { color: rgb(119,121,90); }

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

background-color css

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

 a { background-color: rgb(119,121,90); }

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

border-color css

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

 span { border-color: rgb(119,121,90); }

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