Html Css Color HEX #767867 Finch

📋 copy color: '#767867'

red 118 ◦ green 120 ◦ blue 103

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

Shades of Finch #767867

Tints of Finch #767867

RGB

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

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

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

R = 34.6%
G = 35.19%
B = 30.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#767867 (or 0x767867) is known color: Finch. HEX triplet: 76, 78 and 67. RGB value is (118,120,103). Sum of RGB (Red+Green+Blue) = 118+120+103=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 120 - color contains mainly: green. Hex color #767867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767867 is #898798. Grayscale: #757575. Windows color (decimal): -9013145 or 6781046. OLE color: 6781046.

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

Color convert

RGB 118 120 103 -
CMYK 0.02 0 0.14 0.53
HSL 67.06º 0.08% 0.44% -
HSV(B) 67.06º 0.14% 0.47% -
XYZ 16.64 18.26 15.48 -
YUV 117.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 118 120 103 0.02 0 0.14 0.53 67.06 0.08 0.44
Hex 76 78 67 2 0 E 35 43 8 2C
Octal 166 170 147 2 0 16 65 103 10 54
Binary 1110110 1111000 1100111 10 0 1110 110101 1000011 1000 101100

Color Harmonies of #767867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767867

Black with #767867

Text Example


Text Example

White with #767867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767867; }

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

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

background-color css

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

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

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

border-color css

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

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

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