Html Css Color HEX #788052 Finch

📋 copy color: '#788052'

red 120 ◦ green 128 ◦ blue 82

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

Shades of Finch #788052

Tints of Finch #788052

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.79%

 BLUE value IS 82 (32.42% from 255) = 24.85%

R = 36.36%
G = 38.79%
B = 24.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#788052 (or 0x788052) is known color: Finch. HEX triplet: 78, 80 and 52. RGB value is (120,128,82). Sum of RGB (Red+Green+Blue) = 120+128+82=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 128 - color contains mainly: green. Hex color #788052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788052 is #877FAD. Grayscale: #787878. Windows color (decimal): -8880046 or 5406840. OLE color: 5406840.

HSL color Cylindrical-coordinate representation of color #788052: hue angle of 70.43º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #788052 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB 120 128 82 -
CMYK 0.06 0 0.36 0.50
HSL 70.43º 0.22% 0.41% -
HSV(B) 70.43º 0.36% 0.5% -
XYZ 16.99 20.04 10.96 -
YUV 120.36 106.35 127.74 -
System Red Green Blue C M Y K H S L
Decimal 120 128 82 0.06 0 0.36 0.50 70.43 0.22 0.41
Hex 78 80 52 6 0 24 32 46 16 29
Octal 170 200 122 6 0 44 62 106 26 51
Binary 1111000 10000000 1010010 110 0 100100 110010 1000110 10110 101001

Color Harmonies of #788052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788052

Black with #788052

Text Example


Text Example

White with #788052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788052; }

 p { color: rgb(120,128,82); }

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

background-color css

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

 a { background-color: rgb(120,128,82); }

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

border-color css

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

 span { border-color: rgb(120,128,82); }

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