Html Css Color HEX #768359 Finch

📋 copy color: '#768359'

red 118 ◦ green 131 ◦ blue 89

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

Shades of Finch #768359

Tints of Finch #768359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.33%

R = 34.91%
G = 38.76%
B = 26.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#768359 (or 0x768359) is known color: Finch. HEX triplet: 76, 83 and 59. RGB value is (118,131,89). Sum of RGB (Red+Green+Blue) = 118+131+89=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 131 - color contains mainly: green. Hex color #768359 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768359 is #897CA6. Grayscale: #7A7A7A. Windows color (decimal): -9010343 or 5866358. OLE color: 5866358.

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

Color convert

RGB 118 131 89 -
CMYK 0.10 0 0.32 0.49
HSL 78.57º 0.19% 0.43% -
HSV(B) 78.57º 0.32% 0.51% -
XYZ 17.39 20.81 12.55 -
YUV 122.33 109.19 124.92 -
System Red Green Blue C M Y K H S L
Decimal 118 131 89 0.10 0 0.32 0.49 78.57 0.19 0.43
Hex 76 83 59 A 0 20 31 4F 13 2B
Octal 166 203 131 12 0 40 61 117 23 53
Binary 1110110 10000011 1011001 1010 0 100000 110001 1001111 10011 101011

Color Harmonies of #768359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768359

Black with #768359

Text Example


Text Example

White with #768359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768359; }

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

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

background-color css

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

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

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

border-color css

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

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

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