Html Css Color HEX #768051 Finch

📋 copy color: '#768051'

red 118 ◦ green 128 ◦ blue 81

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

Shades of Finch #768051

Tints of Finch #768051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.77%

R = 36.09%
G = 39.14%
B = 24.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#768051 (or 0x768051) is known color: Finch. HEX triplet: 76, 80 and 51. RGB value is (118,128,81). Sum of RGB (Red+Green+Blue) = 118+128+81=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 128 - color contains mainly: green. Hex color #768051 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768051 is #897FAE. Grayscale: #777777. Windows color (decimal): -9011119 or 5341302. OLE color: 5341302.

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

Color convert

RGB 118 128 81 -
CMYK 0.08 0 0.37 0.50
HSL 72.77º 0.22% 0.41% -
HSV(B) 72.77º 0.37% 0.5% -
XYZ 16.68 19.88 10.74 -
YUV 119.65 106.19 126.82 -
System Red Green Blue C M Y K H S L
Decimal 118 128 81 0.08 0 0.37 0.50 72.77 0.22 0.41
Hex 76 80 51 8 0 25 32 49 16 29
Octal 166 200 121 10 0 45 62 111 26 51
Binary 1110110 10000000 1010001 1000 0 100101 110010 1001001 10110 101001

Color Harmonies of #768051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768051

Black with #768051

Text Example


Text Example

White with #768051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768051; }

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

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

background-color css

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

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

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

border-color css

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

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

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