Html Css Color HEX #767869 Finch

📋 copy color: '#767869'

red 118 ◦ green 120 ◦ blue 105

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

Shades of Finch #767869

Tints of Finch #767869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.61%

R = 34.4%
G = 34.99%
B = 30.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#767869 (or 0x767869) is known color: Finch. HEX triplet: 76, 78 and 69. RGB value is (118,120,105). Sum of RGB (Red+Green+Blue) = 118+120+105=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 120 - color contains mainly: green. Hex color #767869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767869 is #898796. Grayscale: #757575. Windows color (decimal): -9013143 or 6912118. OLE color: 6912118.

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

Color convert

RGB 118 120 105 -
CMYK 0.02 0 0.13 0.53
HSL 68º 0.07% 0.44% -
HSV(B) 68º 0.13% 0.47% -
XYZ 16.74 18.3 16.02 -
YUV 117.69 120.84 128.22 -
System Red Green Blue C M Y K H S L
Decimal 118 120 105 0.02 0 0.13 0.53 68 0.07 0.44
Hex 76 78 69 2 0 D 35 44 7 2C
Octal 166 170 151 2 0 15 65 104 7 54
Binary 1110110 1111000 1101001 10 0 1101 110101 1000100 111 101100

Color Harmonies of #767869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767869

Black with #767869

Text Example


Text Example

White with #767869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767869; }

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

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

background-color css

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

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

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

border-color css

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

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

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