Html Css Color HEX #767B45 Finch

📋 copy color: '#767B45'

red 118 ◦ green 123 ◦ blue 69

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

Shades of Finch #767B45

Tints of Finch #767B45

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.68%

 BLUE value IS 69 (27.34% from 255) = 22.26%

R = 38.06%
G = 39.68%
B = 22.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.52

RGB Variations

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

Color information

#767B45 (or 0x767B45) is known color: Finch. HEX triplet: 76, 7B and 45. RGB value is (118,123,69). Sum of RGB (Red+Green+Blue) = 118+123+69=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 123 - color contains mainly: green. Hex color #767B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767B45 is #8984BA. Grayscale: #737373. Windows color (decimal): -9012411 or 4553590. OLE color: 4553590.

HSL color Cylindrical-coordinate representation of color #767B45: hue angle of 65.56º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #767B45 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 123 69 -
CMYK 0.04 0 0.44 0.52
HSL 65.56º 0.28% 0.38% -
HSV(B) 65.56º 0.44% 0.48% -
XYZ 15.63 18.45 8.37 -
YUV 115.35 101.84 129.89 -
System Red Green Blue C M Y K H S L
Decimal 118 123 69 0.04 0 0.44 0.52 65.56 0.28 0.38
Hex 76 7B 45 4 0 2C 34 42 1C 26
Octal 166 173 105 4 0 54 64 102 34 46
Binary 1110110 1111011 1000101 100 0 101100 110100 1000010 11100 100110

Color Harmonies of #767B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767B45

Black with #767B45

Text Example


Text Example

White with #767B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767B45; }

 p { color: rgb(118,123,69); }

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

background-color css

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

 a { background-color: rgb(118,123,69); }

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

border-color css

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

 span { border-color: rgb(118,123,69); }

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