Html Css Color HEX #768057 Finch

📋 copy color: '#768057'

red 118 ◦ green 128 ◦ blue 87

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

Shades of Finch #768057

Tints of Finch #768057

RGB

 RED value IS 118 (46.48% from 255) = 35.44%

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

 BLUE value IS 87 (34.38% from 255) = 26.13%

R = 35.44%
G = 38.44%
B = 26.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.50

RGB Variations

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

Color information

#768057 (or 0x768057) is known color: Finch. HEX triplet: 76, 80 and 57. RGB value is (118,128,87). Sum of RGB (Red+Green+Blue) = 118+128+87=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 128 - color contains mainly: green. Hex color #768057 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768057 is #897FA8. Grayscale: #787878. Windows color (decimal): -9011113 or 5734518. OLE color: 5734518.

HSL color Cylindrical-coordinate representation of color #768057: hue angle of 74.63º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #768057 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 128 87 -
CMYK 0.08 0 0.32 0.50
HSL 74.63º 0.19% 0.42% -
HSV(B) 74.63º 0.32% 0.5% -
XYZ 16.91 19.98 11.98 -
YUV 120.34 109.19 126.33 -
System Red Green Blue C M Y K H S L
Decimal 118 128 87 0.08 0 0.32 0.50 74.63 0.19 0.42
Hex 76 80 57 8 0 20 32 4B 13 2A
Octal 166 200 127 10 0 40 62 113 23 52
Binary 1110110 10000000 1010111 1000 0 100000 110010 1001011 10011 101010

Color Harmonies of #768057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768057

Black with #768057

Text Example


Text Example

White with #768057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768057; }

 p { color: rgb(118,128,87); }

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

background-color css

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

 a { background-color: rgb(118,128,87); }

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

border-color css

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

 span { border-color: rgb(118,128,87); }

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