Html Css Color HEX #768655 Finch

📋 copy color: '#768655'

red 118 ◦ green 134 ◦ blue 85

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

Shades of Finch #768655

Tints of Finch #768655

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.76%

 BLUE value IS 85 (33.59% from 255) = 25.22%

R = 35.01%
G = 39.76%
B = 25.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#768655 (or 0x768655) is known color: Finch. HEX triplet: 76, 86 and 55. RGB value is (118,134,85). Sum of RGB (Red+Green+Blue) = 118+134+85=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 134 - color contains mainly: green. Hex color #768655 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768655 is #8979AA. Grayscale: #7B7B7B. Windows color (decimal): -9009579 or 5604982. OLE color: 5604982.

HSL color Cylindrical-coordinate representation of color #768655: hue angle of 79.59º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #768655 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 134 85 -
CMYK 0.12 0 0.37 0.47
HSL 79.59º 0.22% 0.43% -
HSV(B) 79.59º 0.37% 0.53% -
XYZ 17.64 21.56 11.83 -
YUV 123.63 106.2 123.98 -
System Red Green Blue C M Y K H S L
Decimal 118 134 85 0.12 0 0.37 0.47 79.59 0.22 0.43
Hex 76 86 55 C 0 25 2F 50 16 2B
Octal 166 206 125 14 0 45 57 120 26 53
Binary 1110110 10000110 1010101 1100 0 100101 101111 1010000 10110 101011

Color Harmonies of #768655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768655

Black with #768655

Text Example


Text Example

White with #768655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768655; }

 p { color: rgb(118,134,85); }

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

background-color css

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

 a { background-color: rgb(118,134,85); }

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

border-color css

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

 span { border-color: rgb(118,134,85); }

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