Html Css Color HEX #767866 Finch

📋 copy color: '#767866'

red 118 ◦ green 120 ◦ blue 102

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

Shades of Finch #767866

Tints of Finch #767866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30%

R = 34.71%
G = 35.29%
B = 30%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#767866 (or 0x767866) is known color: Finch. HEX triplet: 76, 78 and 66. RGB value is (118,120,102). Sum of RGB (Red+Green+Blue) = 118+120+102=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 120 - color contains mainly: green. Hex color #767866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767866 is #898799. Grayscale: #757575. Windows color (decimal): -9013146 or 6715510. OLE color: 6715510.

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

Color convert

RGB 118 120 102 -
CMYK 0.02 0 0.15 0.53
HSL 66.67º 0.08% 0.44% -
HSV(B) 66.67º 0.15% 0.47% -
XYZ 16.59 18.24 15.22 -
YUV 117.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 118 120 102 0.02 0 0.15 0.53 66.67 0.08 0.44
Hex 76 78 66 2 0 F 35 43 8 2C
Octal 166 170 146 2 0 17 65 103 10 54
Binary 1110110 1111000 1100110 10 0 1111 110101 1000011 1000 101100

Color Harmonies of #767866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767866

Black with #767866

Text Example


Text Example

White with #767866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767866; }

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

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

background-color css

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

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

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

border-color css

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

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

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