Html Css Color HEX #767845 Finch

📋 copy color: '#767845'

red 118 ◦ green 120 ◦ blue 69

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

Shades of Finch #767845

Tints of Finch #767845

RGB

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

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

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

R = 38.44%
G = 39.09%
B = 22.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#767845 (or 0x767845) is known color: Finch. HEX triplet: 76, 78 and 45. RGB value is (118,120,69). Sum of RGB (Red+Green+Blue) = 118+120+69=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 120 - color contains mainly: green. Hex color #767845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767845 is #8987BA. Grayscale: #717171. Windows color (decimal): -9013179 or 4552822. OLE color: 4552822.

HSL color Cylindrical-coordinate representation of color #767845: hue angle of 62.35º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #767845 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 120 69 -
CMYK 0.02 0 0.42 0.53
HSL 62.35º 0.27% 0.37% -
HSV(B) 62.35º 0.43% 0.47% -
XYZ 15.26 17.71 8.25 -
YUV 113.59 102.84 131.15 -
System Red Green Blue C M Y K H S L
Decimal 118 120 69 0.02 0 0.42 0.53 62.35 0.27 0.37
Hex 76 78 45 2 0 2A 35 3E 1B 25
Octal 166 170 105 2 0 52 65 76 33 45
Binary 1110110 1111000 1000101 10 0 101010 110101 111110 11011 100101

Color Harmonies of #767845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767845

Black with #767845

Text Example


Text Example

White with #767845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767845; }

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

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

background-color css

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

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

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

border-color css

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

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

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