Html Css Color HEX #768157 Finch

📋 copy color: '#768157'

red 118 ◦ green 129 ◦ blue 87

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

Shades of Finch #768157

Tints of Finch #768157

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.62%

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

R = 35.33%
G = 38.62%
B = 26.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#768157 (or 0x768157) is known color: Finch. HEX triplet: 76, 81 and 57. RGB value is (118,129,87). Sum of RGB (Red+Green+Blue) = 118+129+87=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 129 - color contains mainly: green. Hex color #768157 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768157 is #897EA8. Grayscale: #797979. Windows color (decimal): -9010857 or 5734774. OLE color: 5734774.

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

Color convert

RGB 118 129 87 -
CMYK 0.09 0 0.33 0.49
HSL 75.71º 0.19% 0.42% -
HSV(B) 75.71º 0.33% 0.51% -
XYZ 17.04 20.24 12.03 -
YUV 120.92 108.86 125.92 -
System Red Green Blue C M Y K H S L
Decimal 118 129 87 0.09 0 0.33 0.49 75.71 0.19 0.42
Hex 76 81 57 9 0 21 31 4C 13 2A
Octal 166 201 127 11 0 41 61 114 23 52
Binary 1110110 10000001 1010111 1001 0 100001 110001 1001100 10011 101010

Color Harmonies of #768157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768157

Black with #768157

Text Example


Text Example

White with #768157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768157; }

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

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

background-color css

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

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

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

border-color css

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

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

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