Html Css Color HEX #767765 Finch

📋 copy color: '#767765'

red 118 ◦ green 119 ◦ blue 101

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

Shades of Finch #767765

Tints of Finch #767765

RGB

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

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

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

R = 34.91%
G = 35.21%
B = 29.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#767765 (or 0x767765) is known color: Finch. HEX triplet: 76, 77 and 65. RGB value is (118,119,101). Sum of RGB (Red+Green+Blue) = 118+119+101=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 119 - color contains mainly: green. Hex color #767765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767765 is #89889A. Grayscale: #747474. Windows color (decimal): -9013403 or 6649718. OLE color: 6649718.

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

Color convert

RGB 118 119 101 -
CMYK 0.01 0 0.15 0.53
HSL 63.33º 0.08% 0.43% -
HSV(B) 63.33º 0.15% 0.47% -
XYZ 16.42 17.98 14.92 -
YUV 116.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 118 119 101 0.01 0 0.15 0.53 63.33 0.08 0.43
Hex 76 77 65 1 0 F 35 3F 8 2B
Octal 166 167 145 1 0 17 65 77 10 53
Binary 1110110 1110111 1100101 1 0 1111 110101 111111 1000 101011

Color Harmonies of #767765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767765

Black with #767765

Text Example


Text Example

White with #767765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767765; }

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

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

background-color css

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

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

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

border-color css

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

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

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