Html Css Color HEX #768151 Finch

📋 copy color: '#768151'

red 118 ◦ green 129 ◦ blue 81

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

Shades of Finch #768151

Tints of Finch #768151

RGB

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

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

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

R = 35.98%
G = 39.33%
B = 24.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#768151 (or 0x768151) is known color: Finch. HEX triplet: 76, 81 and 51. RGB value is (118,129,81). Sum of RGB (Red+Green+Blue) = 118+129+81=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 129 - color contains mainly: green. Hex color #768151 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768151 is #897EAE. Grayscale: #787878. Windows color (decimal): -9010863 or 5341558. OLE color: 5341558.

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

Color convert

RGB 118 129 81 -
CMYK 0.09 0 0.37 0.49
HSL 73.75º 0.23% 0.41% -
HSV(B) 73.75º 0.37% 0.51% -
XYZ 16.81 20.15 10.79 -
YUV 120.24 105.86 126.4 -
System Red Green Blue C M Y K H S L
Decimal 118 129 81 0.09 0 0.37 0.49 73.75 0.23 0.41
Hex 76 81 51 9 0 25 31 4A 17 29
Octal 166 201 121 11 0 45 61 112 27 51
Binary 1110110 10000001 1010001 1001 0 100101 110001 1001010 10111 101001

Color Harmonies of #768151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768151

Black with #768151

Text Example


Text Example

White with #768151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768151; }

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

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

background-color css

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

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

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

border-color css

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

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

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