Html Css Color HEX #767767 Finch

📋 copy color: '#767767'

red 118 ◦ green 119 ◦ blue 103

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

Shades of Finch #767767

Tints of Finch #767767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.29%

R = 34.71%
G = 35%
B = 30.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#767767 (or 0x767767) is known color: Finch. HEX triplet: 76, 77 and 67. RGB value is (118,119,103). Sum of RGB (Red+Green+Blue) = 118+119+103=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 119 - color contains mainly: green. Hex color #767767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767767 is #898898. Grayscale: #747474. Windows color (decimal): -9013401 or 6780790. OLE color: 6780790.

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

Color convert

RGB 118 119 103 -
CMYK 0.01 0 0.13 0.53
HSL 63.75º 0.07% 0.44% -
HSV(B) 63.75º 0.13% 0.47% -
XYZ 16.52 18.02 15.44 -
YUV 116.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 118 119 103 0.01 0 0.13 0.53 63.75 0.07 0.44
Hex 76 77 67 1 0 D 35 40 7 2C
Octal 166 167 147 1 0 15 65 100 7 54
Binary 1110110 1110111 1100111 1 0 1101 110101 1000000 111 101100

Color Harmonies of #767767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767767

Black with #767767

Text Example


Text Example

White with #767767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767767; }

 p { color: rgb(118,119,103); }

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

background-color css

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

 a { background-color: rgb(118,119,103); }

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

border-color css

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

 span { border-color: rgb(118,119,103); }

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