Html Css Color HEX #7C7F64 Finch

📋 copy color: '#7C7F64'

red 124 ◦ green 127 ◦ blue 100

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

Shades of Finch #7C7F64

Tints of Finch #7C7F64

RGB

 RED value IS 124 (48.83% from 255) = 35.33%

 GREEN value IS 127 (50% from 255) = 36.18%

 BLUE value IS 100 (39.45% from 255) = 28.49%

R = 35.33%
G = 36.18%
B = 28.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#7C7F64 (or 0x7C7F64) is known color: Finch. HEX triplet: 7C, 7F and 64. RGB value is (124,127,100). Sum of RGB (Red+Green+Blue) = 124+127+100=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 127 - color contains mainly: green. Hex color #7C7F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7F64 is #83809B. Grayscale: #7B7B7B. Windows color (decimal): -8618140 or 6586236. OLE color: 6586236.

HSL color Cylindrical-coordinate representation of color #7C7F64: hue angle of 66.67º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C7F64 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 124 127 100 -
CMYK 0.02 0 0.21 0.50
HSL 66.67º 0.12% 0.45% -
HSV(B) 66.67º 0.21% 0.5% -
XYZ 18.2 20.38 15.03 -
YUV 123.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 124 127 100 0.02 0 0.21 0.50 66.67 0.12 0.45
Hex 7C 7F 64 2 0 15 32 43 C 2D
Octal 174 177 144 2 0 25 62 103 14 55
Binary 1111100 1111111 1100100 10 0 10101 110010 1000011 1100 101101

Color Harmonies of #7C7F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7F64

Black with #7C7F64

Text Example


Text Example

White with #7C7F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C7F64; }

 p { color: rgb(124,127,100); }

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

background-color css

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

 a { background-color: rgb(124,127,100); }

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

border-color css

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

 span { border-color: rgb(124,127,100); }

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