Html Css Color HEX #768355 Finch

📋 copy color: '#768355'

red 118 ◦ green 131 ◦ blue 85

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

Shades of Finch #768355

Tints of Finch #768355

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.22%

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

R = 35.33%
G = 39.22%
B = 25.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#768355 (or 0x768355) is known color: Finch. HEX triplet: 76, 83 and 55. RGB value is (118,131,85). Sum of RGB (Red+Green+Blue) = 118+131+85=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 131 - color contains mainly: green. Hex color #768355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768355 is #897CAA. Grayscale: #7A7A7A. Windows color (decimal): -9010347 or 5604214. OLE color: 5604214.

HSL color Cylindrical-coordinate representation of color #768355: hue angle of 76.96º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #768355 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 131 85 -
CMYK 0.10 0 0.35 0.49
HSL 76.96º 0.21% 0.42% -
HSV(B) 76.96º 0.35% 0.51% -
XYZ 17.23 20.74 11.69 -
YUV 121.87 107.19 125.24 -
System Red Green Blue C M Y K H S L
Decimal 118 131 85 0.10 0 0.35 0.49 76.96 0.21 0.42
Hex 76 83 55 A 0 23 31 4D 15 2A
Octal 166 203 125 12 0 43 61 115 25 52
Binary 1110110 10000011 1010101 1010 0 100011 110001 1001101 10101 101010

Color Harmonies of #768355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768355

Black with #768355

Text Example


Text Example

White with #768355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768355; }

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

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

background-color css

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

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

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

border-color css

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

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

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