Html Css Color HEX #77785C Finch

📋 copy color: '#77785C'

red 119 ◦ green 120 ◦ blue 92

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

Shades of Finch #77785C

Tints of Finch #77785C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.25%

 BLUE value IS 92 (36.33% from 255) = 27.79%

R = 35.95%
G = 36.25%
B = 27.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#77785C (or 0x77785C) is known color: Finch. HEX triplet: 77, 78 and 5C. RGB value is (119,120,92). Sum of RGB (Red+Green+Blue) = 119+120+92=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 120 - color contains mainly: green. Hex color #77785C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77785C is #8887A3. Grayscale: #747474. Windows color (decimal): -8947620 or 6060151. OLE color: 6060151.

HSL color Cylindrical-coordinate representation of color #77785C: hue angle of 62.14º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77785C is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 120 92 -
CMYK 0.01 0 0.23 0.53
HSL 62.14º 0.13% 0.42% -
HSV(B) 62.14º 0.23% 0.47% -
XYZ 16.26 18.13 12.77 -
YUV 116.51 114.17 129.78 -
System Red Green Blue C M Y K H S L
Decimal 119 120 92 0.01 0 0.23 0.53 62.14 0.13 0.42
Hex 77 78 5C 1 0 17 35 3E D 2A
Octal 167 170 134 1 0 27 65 76 15 52
Binary 1110111 1111000 1011100 1 0 10111 110101 111110 1101 101010

Color Harmonies of #77785C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77785C

Black with #77785C

Text Example


Text Example

White with #77785C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77785C; }

 p { color: rgb(119,120,92); }

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

background-color css

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

 a { background-color: rgb(119,120,92); }

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

border-color css

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

 span { border-color: rgb(119,120,92); }

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