Html Css Color HEX #6F7756 Finch

📋 copy color: '#6F7756'

red 111 ◦ green 119 ◦ blue 86

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

Shades of Finch #6F7756

Tints of Finch #6F7756

RGB

 RED value IS 111 (43.75% from 255) = 35.13%

 GREEN value IS 119 (46.88% from 255) = 37.66%

 BLUE value IS 86 (33.98% from 255) = 27.22%

R = 35.13%
G = 37.66%
B = 27.22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#6F7756 (or 0x6F7756) is known color: Finch. HEX triplet: 6F, 77 and 56. RGB value is (111,119,86). Sum of RGB (Red+Green+Blue) = 111+119+86=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 119 - color contains mainly: green. Hex color #6F7756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7756 is #9088A9. Grayscale: #707070. Windows color (decimal): -9472170 or 5666671. OLE color: 5666671.

HSL color Cylindrical-coordinate representation of color #6F7756: hue angle of 74.55º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F7756 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 111 119 86 -
CMYK 0.07 0 0.28 0.53
HSL 74.55º 0.16% 0.4% -
HSV(B) 74.55º 0.28% 0.47% -
XYZ 14.83 17.25 11.35 -
YUV 112.85 112.85 126.68 -
System Red Green Blue C M Y K H S L
Decimal 111 119 86 0.07 0 0.28 0.53 74.55 0.16 0.4
Hex 6F 77 56 7 0 1C 35 4B 10 28
Octal 157 167 126 7 0 34 65 113 20 50
Binary 1101111 1110111 1010110 111 0 11100 110101 1001011 10000 101000

Color Harmonies of #6F7756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7756

Black with #6F7756

Text Example


Text Example

White with #6F7756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F7756; }

 p { color: rgb(111,119,86); }

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

background-color css

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

 a { background-color: rgb(111,119,86); }

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

border-color css

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

 span { border-color: rgb(111,119,86); }

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