Html Css Color HEX #768247 Finch

📋 copy color: '#768247'

red 118 ◦ green 130 ◦ blue 71

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

Shades of Finch #768247

Tints of Finch #768247

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.75%

 BLUE value IS 71 (28.13% from 255) = 22.26%

R = 36.99%
G = 40.75%
B = 22.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#768247 (or 0x768247) is known color: Finch. HEX triplet: 76, 82 and 47. RGB value is (118,130,71). Sum of RGB (Red+Green+Blue) = 118+130+71=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #768247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768247 is #897DB8. Grayscale: #777777. Windows color (decimal): -9010617 or 4686454. OLE color: 4686454.

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

Color convert

RGB 118 130 71 -
CMYK 0.09 0 0.45 0.49
HSL 72.2º 0.29% 0.39% -
HSV(B) 72.2º 0.45% 0.51% -
XYZ 16.59 20.27 9 -
YUV 119.69 100.52 126.8 -
System Red Green Blue C M Y K H S L
Decimal 118 130 71 0.09 0 0.45 0.49 72.2 0.29 0.39
Hex 76 82 47 9 0 2D 31 48 1D 27
Octal 166 202 107 11 0 55 61 110 35 47
Binary 1110110 10000010 1000111 1001 0 101101 110001 1001000 11101 100111

Color Harmonies of #768247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768247

Black with #768247

Text Example


Text Example

White with #768247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768247; }

 p { color: rgb(118,130,71); }

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

background-color css

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

 a { background-color: rgb(118,130,71); }

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

border-color css

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

 span { border-color: rgb(118,130,71); }

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