Html Css Color HEX #767865 Finch

📋 copy color: '#767865'

red 118 ◦ green 120 ◦ blue 101

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

Shades of Finch #767865

Tints of Finch #767865

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.4%

 BLUE value IS 101 (39.84% from 255) = 29.79%

R = 34.81%
G = 35.4%
B = 29.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#767865 (or 0x767865) is known color: Finch. HEX triplet: 76, 78 and 65. RGB value is (118,120,101). Sum of RGB (Red+Green+Blue) = 118+120+101=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 120 - color contains mainly: green. Hex color #767865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767865 is #89879A. Grayscale: #757575. Windows color (decimal): -9013147 or 6649974. OLE color: 6649974.

HSL color Cylindrical-coordinate representation of color #767865: hue angle of 66.32º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #767865 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 120 101 -
CMYK 0.02 0 0.16 0.53
HSL 66.32º 0.09% 0.43% -
HSV(B) 66.32º 0.16% 0.47% -
XYZ 16.54 18.22 14.96 -
YUV 117.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 118 120 101 0.02 0 0.16 0.53 66.32 0.09 0.43
Hex 76 78 65 2 0 10 35 42 9 2B
Octal 166 170 145 2 0 20 65 102 11 53
Binary 1110110 1111000 1100101 10 0 10000 110101 1000010 1001 101011

Color Harmonies of #767865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767865

Black with #767865

Text Example


Text Example

White with #767865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767865; }

 p { color: rgb(118,120,101); }

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

background-color css

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

 a { background-color: rgb(118,120,101); }

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

border-color css

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

 span { border-color: rgb(118,120,101); }

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