Html Css Color HEX #787A5A Finch

📋 copy color: '#787A5A'

red 120 ◦ green 122 ◦ blue 90

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

Shades of Finch #787A5A

Tints of Finch #787A5A

RGB

 RED value IS 120 (47.27% from 255) = 36.14%

 GREEN value IS 122 (48.05% from 255) = 36.75%

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

R = 36.14%
G = 36.75%
B = 27.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#787A5A (or 0x787A5A) is known color: Finch. HEX triplet: 78, 7A and 5A. RGB value is (120,122,90). Sum of RGB (Red+Green+Blue) = 120+122+90=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 122 - color contains mainly: green. Hex color #787A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787A5A is #8785A5. Grayscale: #757575. Windows color (decimal): -8881574 or 5929592. OLE color: 5929592.

HSL color Cylindrical-coordinate representation of color #787A5A: hue angle of 63.75º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #787A5A is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB 120 122 90 -
CMYK 0.02 0 0.26 0.52
HSL 63.75º 0.15% 0.42% -
HSV(B) 63.75º 0.26% 0.48% -
XYZ 16.55 18.65 12.4 -
YUV 117.75 112.34 129.6 -
System Red Green Blue C M Y K H S L
Decimal 120 122 90 0.02 0 0.26 0.52 63.75 0.15 0.42
Hex 78 7A 5A 2 0 1A 34 40 F 2A
Octal 170 172 132 2 0 32 64 100 17 52
Binary 1111000 1111010 1011010 10 0 11010 110100 1000000 1111 101010

Color Harmonies of #787A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787A5A

Black with #787A5A

Text Example


Text Example

White with #787A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787A5A; }

 p { color: rgb(120,122,90); }

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

background-color css

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

 a { background-color: rgb(120,122,90); }

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

border-color css

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

 span { border-color: rgb(120,122,90); }

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