Html Css Color HEX #6F765D Finch

📋 copy color: '#6F765D'

red 111 ◦ green 118 ◦ blue 93

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

Shades of Finch #6F765D

Tints of Finch #6F765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.65%

 BLUE value IS 93 (36.72% from 255) = 28.88%

R = 34.47%
G = 36.65%
B = 28.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#6F765D (or 0x6F765D) is known color: Finch. HEX triplet: 6F, 76 and 5D. RGB value is (111,118,93). Sum of RGB (Red+Green+Blue) = 111+118+93=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 118 - color contains mainly: green. Hex color #6F765D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F765D is #9089A2. Grayscale: #717171. Windows color (decimal): -9472419 or 6125167. OLE color: 6125167.

HSL color Cylindrical-coordinate representation of color #6F765D: hue angle of 76.8º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F765D is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 111 118 93 -
CMYK 0.06 0 0.21 0.54
HSL 76.8º 0.12% 0.41% -
HSV(B) 76.8º 0.21% 0.46% -
XYZ 15.01 17.13 12.87 -
YUV 113.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 111 118 93 0.06 0 0.21 0.54 76.8 0.12 0.41
Hex 6F 76 5D 6 0 15 36 4D C 29
Octal 157 166 135 6 0 25 66 115 14 51
Binary 1101111 1110110 1011101 110 0 10101 110110 1001101 1100 101001

Color Harmonies of #6F765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F765D

Black with #6F765D

Text Example


Text Example

White with #6F765D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,118,93); }

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

background-color css

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

 a { background-color: rgb(111,118,93); }

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

border-color css

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

 span { border-color: rgb(111,118,93); }

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